Html Css Color HEX #D908DF Deep Magenta

📋 copy color: '#D908DF'

red 217 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #D908DF

Tints of Deep Magenta #D908DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 48.44%
G = 1.79%
B = 49.78%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D908DF (or 0xD908DF) is known color: Deep Magenta. HEX triplet: D9, 08 and DF. RGB value is (217,8,223). Sum of RGB (Red+Green+Blue) = 217+8+223=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 8 (3.52% from 255 or 1.79% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #D908DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908DF is #26F720. Grayscale: #5E5E5E. Windows color (decimal): -2553633 or 14616793. OLE color: 14616793.

HSL color Cylindrical-coordinate representation of color #D908DF: hue angle of 298.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D908DF is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 8 223 -
CMYK 0.03 0.96 0 0.13
HSL 298.33º 0.93% 0.45% -
HSV(B) 298.33º 0.96% 0.87% -
XYZ 42.02 20.25 71.51 -
YUV 95 200.24 215.02 -
System Red Green Blue C M Y K H S L
Decimal 217 8 223 0.03 0.96 0 0.13 298.33 0.93 0.45
Hex D9 8 DF 3 60 0 D 12A 5D 2D
Octal 331 10 337 3 140 0 15 452 135 55
Binary 11011001 1000 11011111 11 1100000 0 1101 100101010 1011101 101101

Color Harmonies of #D908DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908DF

Black with #D908DF

Text Example


Text Example

White with #D908DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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