Html Css Color HEX #D710B2 Deep Magenta

📋 copy color: '#D710B2'

red 215 ◦ green 16 ◦ blue 178

#D710B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D710B2

Tints of Deep Magenta #D710B2

RGB

 RED value IS 215 (84.38% from 255) = 52.57%

 GREEN value IS 16 (6.64% from 255) = 3.91%

 BLUE value IS 178 (69.92% from 255) = 43.52%

R = 52.57%
G = 3.91%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D710B2 (or 0xD710B2) is known color: Deep Magenta. HEX triplet: D7, 10 and B2. RGB value is (215,16,178). Sum of RGB (Red+Green+Blue) = 215+16+178=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D710B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D710B2 is #28EF4D. Grayscale: #5D5D5D. Windows color (decimal): -2682702 or 11669719. OLE color: 11669719.

HSL color Cylindrical-coordinate representation of color #D710B2: hue angle of 311.16º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D710B2 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 178 -
CMYK 0 0.93 0.17 0.16
HSL 311.16º 0.86% 0.45% -
HSV(B) 311.16º 0.93% 0.84% -
XYZ 36.25 18.03 43.69 -
YUV 93.97 175.43 214.33 -
System Red Green Blue C M Y K H S L
Decimal 215 16 178 0 0.93 0.17 0.16 311.16 0.86 0.45
Hex D7 10 B2 0 5D 11 10 137 56 2D
Octal 327 20 262 0 135 21 20 467 126 55
Binary 11010111 10000 10110010 0 1011101 10001 10000 100110111 1010110 101101

Color Harmonies of #D710B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710B2

Black with #D710B2

Text Example


Text Example

White with #D710B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710B2; }

 p { color: rgb(215,16,178); }

 H1.HeaderClassName
 {
   color: #D710B2;
 }
 .AnyTagClassName
 {
   color: #D710B2;
 }
</style>

background-color css

<style>
 a { background-color: #D710B2; }

 a { background-color: rgb(215,16,178); }

 div.DivClassName
 {
   background-color: #D710B2;
 }
 .BgClassName
 {
   background-color: #D710B2;
 }
</style>

border-color css

<style>
 span { border-color: #D710B2; }

 span { border-color: rgb(215,16,178); }

 td.TdClassName
 {
   border-color: #D710B2;
 }
 .TagClassName
 {
   border-color: #D710B2;
 }
</style>