Html Css Color HEX #D708B9 Deep Magenta

📋 copy color: '#D708B9'

red 215 ◦ green 8 ◦ blue 185

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

Shades of Deep Magenta #D708B9

Tints of Deep Magenta #D708B9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.96%

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 52.7%
G = 1.96%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D708B9 (or 0xD708B9) is known color: Deep Magenta. HEX triplet: D7, 08 and B9. RGB value is (215,8,185). Sum of RGB (Red+Green+Blue) = 215+8+185=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D708B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708B9 is #28F746. Grayscale: #595959. Windows color (decimal): -2684743 or 12126423. OLE color: 12126423.

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

Color convert

RGB 215 8 185 -
CMYK 0 0.96 0.14 0.16
HSL 308.7º 0.93% 0.44% -
HSV(B) 308.7º 0.96% 0.84% -
XYZ 36.87 18.12 47.45 -
YUV 90.07 181.58 217.11 -
System Red Green Blue C M Y K H S L
Decimal 215 8 185 0 0.96 0.14 0.16 308.7 0.93 0.44
Hex D7 8 B9 0 60 E 10 135 5D 2C
Octal 327 10 271 0 140 16 20 465 135 54
Binary 11010111 1000 10111001 0 1100000 1110 10000 100110101 1011101 101100

Color Harmonies of #D708B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708B9

Black with #D708B9

Text Example


Text Example

White with #D708B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708B9; }

 p { color: rgb(215,8,185); }

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

background-color css

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

 a { background-color: rgb(215,8,185); }

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

border-color css

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

 span { border-color: rgb(215,8,185); }

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