Html Css Color HEX #D908B6 Deep Magenta

📋 copy color: '#D908B6'

red 217 ◦ green 8 ◦ blue 182

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

Shades of Deep Magenta #D908B6

Tints of Deep Magenta #D908B6

RGB

 RED value IS 217 (85.16% from 255) = 53.32%

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

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 53.32%
G = 1.97%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D908B6 (or 0xD908B6) is known color: Deep Magenta. HEX triplet: D9, 08 and B6. RGB value is (217,8,182). Sum of RGB (Red+Green+Blue) = 217+8+182=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D908B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908B6 is #26F749. Grayscale: #595959. Windows color (decimal): -2553674 or 11929817. OLE color: 11929817.

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

Color convert

RGB 217 8 182 -
CMYK 0 0.96 0.16 0.15
HSL 310.05º 0.93% 0.44% -
HSV(B) 310.05º 0.96% 0.85% -
XYZ 37.15 18.3 45.83 -
YUV 90.33 179.74 218.35 -
System Red Green Blue C M Y K H S L
Decimal 217 8 182 0 0.96 0.16 0.15 310.05 0.93 0.44
Hex D9 8 B6 0 60 10 F 136 5D 2C
Octal 331 10 266 0 140 20 17 466 135 54
Binary 11011001 1000 10110110 0 1100000 10000 1111 100110110 1011101 101100

Color Harmonies of #D908B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908B6

Black with #D908B6

Text Example


Text Example

White with #D908B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908B6; }

 p { color: rgb(217,8,182); }

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

background-color css

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

 a { background-color: rgb(217,8,182); }

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

border-color css

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

 span { border-color: rgb(217,8,182); }

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