Html Css Color HEX #D009CC Deep Magenta

📋 copy color: '#D009CC'

red 208 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #D009CC

Tints of Deep Magenta #D009CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 49.41%
G = 2.14%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D009CC (or 0xD009CC) is known color: Deep Magenta. HEX triplet: D0, 09 and CC. RGB value is (208,9,204). Sum of RGB (Red+Green+Blue) = 208+9+204=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D009CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009CC is #2FF633. Grayscale: #5A5A5A. Windows color (decimal): -3143220 or 13371856. OLE color: 13371856.

HSL color Cylindrical-coordinate representation of color #D009CC: hue angle of 301.21º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D009CC is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 9 204 -
CMYK 0 0.96 0.02 0.18
HSL 301.21º 0.92% 0.43% -
HSV(B) 301.21º 0.96% 0.82% -
XYZ 37.01 17.96 58.64 -
YUV 90.73 191.93 211.64 -
System Red Green Blue C M Y K H S L
Decimal 208 9 204 0 0.96 0.02 0.18 301.21 0.92 0.43
Hex D0 9 CC 0 60 2 12 12D 5C 2B
Octal 320 11 314 0 140 2 22 455 134 53
Binary 11010000 1001 11001100 0 1100000 10 10010 100101101 1011100 101011

Color Harmonies of #D009CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D009CC

Black with #D009CC

Text Example


Text Example

White with #D009CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D009CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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