Html Css Color HEX #D908D0 Deep Magenta

📋 copy color: '#D908D0'

red 217 ◦ green 8 ◦ blue 208

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

Shades of Deep Magenta #D908D0

Tints of Deep Magenta #D908D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.04%

R = 50.12%
G = 1.85%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D908D0 (or 0xD908D0) is known color: Deep Magenta. HEX triplet: D9, 08 and D0. RGB value is (217,8,208). Sum of RGB (Red+Green+Blue) = 217+8+208=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D908D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908D0 is #26F72F. Grayscale: #5C5C5C. Windows color (decimal): -2553648 or 13633753. OLE color: 13633753.

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

Color convert

RGB 217 8 208 -
CMYK 0 0.96 0.04 0.15
HSL 302.58º 0.93% 0.44% -
HSV(B) 302.58º 0.96% 0.85% -
XYZ 40.09 19.48 61.32 -
YUV 93.29 192.74 216.24 -
System Red Green Blue C M Y K H S L
Decimal 217 8 208 0 0.96 0.04 0.15 302.58 0.93 0.44
Hex D9 8 D0 0 60 4 F 12F 5D 2C
Octal 331 10 320 0 140 4 17 457 135 54
Binary 11011001 1000 11010000 0 1100000 100 1111 100101111 1011101 101100

Color Harmonies of #D908D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908D0

Black with #D908D0

Text Example


Text Example

White with #D908D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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