Html Css Color HEX #D909D8 Deep Magenta

📋 copy color: '#D909D8'

red 217 ◦ green 9 ◦ blue 216

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

Shades of Deep Magenta #D909D8

Tints of Deep Magenta #D909D8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.04%

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 49.1%
G = 2.04%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D909D8 (or 0xD909D8) is known color: Deep Magenta. HEX triplet: D9, 09 and D8. RGB value is (217,9,216). Sum of RGB (Red+Green+Blue) = 217+9+216=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D909D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909D8 is #26F627. Grayscale: #5E5E5E. Windows color (decimal): -2553384 or 14158297. OLE color: 14158297.

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

Color convert

RGB 217 9 216 -
CMYK 0 0.96 0.00 0.15
HSL 300.29º 0.92% 0.44% -
HSV(B) 300.29º 0.96% 0.85% -
XYZ 41.11 19.9 66.64 -
YUV 94.79 196.41 215.17 -
System Red Green Blue C M Y K H S L
Decimal 217 9 216 0 0.96 0.00 0.15 300.29 0.92 0.44
Hex D9 9 D8 0 60 0 F 12C 5C 2C
Octal 331 11 330 0 140 0 17 454 134 54
Binary 11011001 1001 11011000 0 1100000 0 1111 100101100 1011100 101100

Color Harmonies of #D909D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D909D8

Black with #D909D8

Text Example


Text Example

White with #D909D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D909D8; }

 p { color: rgb(217,9,216); }

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

background-color css

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

 a { background-color: rgb(217,9,216); }

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

border-color css

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

 span { border-color: rgb(217,9,216); }

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