Html Css Color HEX #D009DD Deep Magenta

📋 copy color: '#D009DD'

red 208 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #D009DD

Tints of Deep Magenta #D009DD

RGB

 RED value IS 208 (81.64% from 255) = 47.49%

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 47.49%
G = 2.05%
B = 50.46%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D009DD (or 0xD009DD) is known color: Deep Magenta. HEX triplet: D0, 09 and DD. RGB value is (208,9,221). Sum of RGB (Red+Green+Blue) = 208+9+221=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #D009DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009DD is #2FF622. Grayscale: #5C5C5C. Windows color (decimal): -3143203 or 14485968. OLE color: 14485968.

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

Color convert

RGB 208 9 221 -
CMYK 0.06 0.96 0 0.13
HSL 296.32º 0.92% 0.45% -
HSV(B) 296.32º 0.96% 0.87% -
XYZ 39.16 18.83 69.98 -
YUV 92.67 200.43 210.26 -
System Red Green Blue C M Y K H S L
Decimal 208 9 221 0.06 0.96 0 0.13 296.32 0.92 0.45
Hex D0 9 DD 6 60 0 D 128 5C 2D
Octal 320 11 335 6 140 0 15 450 134 55
Binary 11010000 1001 11011101 110 1100000 0 1101 100101000 1011100 101101

Color Harmonies of #D009DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D009DD

Black with #D009DD

Text Example


Text Example

White with #D009DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D009DD; }

 p { color: rgb(208,9,221); }

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

background-color css

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

 a { background-color: rgb(208,9,221); }

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

border-color css

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

 span { border-color: rgb(208,9,221); }

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