Html Css Color HEX #D908D1 Deep Magenta

📋 copy color: '#D908D1'

red 217 ◦ green 8 ◦ blue 209

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

Shades of Deep Magenta #D908D1

Tints of Deep Magenta #D908D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.16%

R = 50%
G = 1.84%
B = 48.16%

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

#D908D1 (or 0xD908D1) is known color: Deep Magenta. HEX triplet: D9, 08 and D1. RGB value is (217,8,209). Sum of RGB (Red+Green+Blue) = 217+8+209=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D908D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908D1 is #26F72E. Grayscale: #5C5C5C. Windows color (decimal): -2553647 or 13699289. OLE color: 13699289.

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

Color convert

RGB 217 8 209 -
CMYK 0 0.96 0.04 0.15
HSL 302.3º 0.93% 0.44% -
HSV(B) 302.3º 0.96% 0.85% -
XYZ 40.21 19.53 61.97 -
YUV 93.41 193.24 216.16 -
System Red Green Blue C M Y K H S L
Decimal 217 8 209 0 0.96 0.04 0.15 302.3 0.93 0.44
Hex D9 8 D1 0 60 4 F 12E 5D 2C
Octal 331 10 321 0 140 4 17 456 135 54
Binary 11011001 1000 11010001 0 1100000 100 1111 100101110 1011101 101100

Color Harmonies of #D908D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908D1

Black with #D908D1

Text Example


Text Example

White with #D908D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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