Html Css Color HEX #D908B2 Deep Magenta

📋 copy color: '#D908B2'

red 217 ◦ green 8 ◦ blue 178

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

Shades of Deep Magenta #D908B2

Tints of Deep Magenta #D908B2

RGB

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

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

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

R = 53.85%
G = 1.99%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D908B2 (or 0xD908B2) is known color: Deep Magenta. HEX triplet: D9, 08 and B2. RGB value is (217,8,178). Sum of RGB (Red+Green+Blue) = 217+8+178=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D908B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D908B2 is #26F74D. Grayscale: #595959. Windows color (decimal): -2553678 or 11667673. OLE color: 11667673.

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

Color convert

RGB 217 8 178 -
CMYK 0 0.96 0.18 0.15
HSL 311.2º 0.93% 0.44% -
HSV(B) 311.2º 0.96% 0.85% -
XYZ 36.74 18.14 43.68 -
YUV 89.87 177.74 218.68 -
System Red Green Blue C M Y K H S L
Decimal 217 8 178 0 0.96 0.18 0.15 311.2 0.93 0.44
Hex D9 8 B2 0 60 12 F 137 5D 2C
Octal 331 10 262 0 140 22 17 467 135 54
Binary 11011001 1000 10110010 0 1100000 10010 1111 100110111 1011101 101100

Color Harmonies of #D908B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908B2

Black with #D908B2

Text Example


Text Example

White with #D908B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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