Html Css Color HEX #D708C9 Deep Magenta

📋 copy color: '#D708C9'

red 215 ◦ green 8 ◦ blue 201

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

Shades of Deep Magenta #D708C9

Tints of Deep Magenta #D708C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.41%

R = 50.71%
G = 1.89%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D708C9 (or 0xD708C9) is known color: Deep Magenta. HEX triplet: D7, 08 and C9. RGB value is (215,8,201). Sum of RGB (Red+Green+Blue) = 215+8+201=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D708C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708C9 is #28F736. Grayscale: #5B5B5B. Windows color (decimal): -2684727 or 13174999. OLE color: 13174999.

HSL color Cylindrical-coordinate representation of color #D708C9: hue angle of 304.06º 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 #D708C9 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 201 -
CMYK 0 0.96 0.07 0.16
HSL 304.06º 0.93% 0.44% -
HSV(B) 304.06º 0.96% 0.84% -
XYZ 38.65 18.84 56.86 -
YUV 91.9 189.58 215.81 -
System Red Green Blue C M Y K H S L
Decimal 215 8 201 0 0.96 0.07 0.16 304.06 0.93 0.44
Hex D7 8 C9 0 60 7 10 130 5D 2C
Octal 327 10 311 0 140 7 20 460 135 54
Binary 11010111 1000 11001001 0 1100000 111 10000 100110000 1011101 101100

Color Harmonies of #D708C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708C9

Black with #D708C9

Text Example


Text Example

White with #D708C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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