Html Css Color HEX #D708B2 Deep Magenta

📋 copy color: '#D708B2'

red 215 ◦ green 8 ◦ blue 178

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

Shades of Deep Magenta #D708B2

Tints of Deep Magenta #D708B2

RGB

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

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

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

R = 53.62%
G = 2%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D708B2 (or 0xD708B2) is known color: Deep Magenta. HEX triplet: D7, 08 and B2. RGB value is (215,8,178). Sum of RGB (Red+Green+Blue) = 215+8+178=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D708B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D708B2 is #28F74D. Grayscale: #585858. Windows color (decimal): -2684750 or 11667671. OLE color: 11667671.

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

Color convert

RGB 215 8 178 -
CMYK 0 0.96 0.17 0.16
HSL 310.72º 0.93% 0.44% -
HSV(B) 310.72º 0.96% 0.84% -
XYZ 36.15 17.84 43.66 -
YUV 89.27 178.08 217.68 -
System Red Green Blue C M Y K H S L
Decimal 215 8 178 0 0.96 0.17 0.16 310.72 0.93 0.44
Hex D7 8 B2 0 60 11 10 137 5D 2C
Octal 327 10 262 0 140 21 20 467 135 54
Binary 11010111 1000 10110010 0 1100000 10001 10000 100110111 1011101 101100

Color Harmonies of #D708B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708B2

Black with #D708B2

Text Example


Text Example

White with #D708B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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