Html Css Color HEX #D009CA Deep Magenta

📋 copy color: '#D009CA'

red 208 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #D009CA

Tints of Deep Magenta #D009CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.21%

R = 49.64%
G = 2.15%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D009CA (or 0xD009CA) is known color: Deep Magenta. HEX triplet: D0, 09 and CA. RGB value is (208,9,202). Sum of RGB (Red+Green+Blue) = 208+9+202=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D009CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009CA is #2FF635. Grayscale: #595959. Windows color (decimal): -3143222 or 13240784. OLE color: 13240784.

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

Color convert

RGB 208 9 202 -
CMYK 0 0.96 0.03 0.18
HSL 301.81º 0.92% 0.43% -
HSV(B) 301.81º 0.96% 0.82% -
XYZ 36.77 17.87 57.39 -
YUV 90.5 190.93 211.81 -
System Red Green Blue C M Y K H S L
Decimal 208 9 202 0 0.96 0.03 0.18 301.81 0.92 0.43
Hex D0 9 CA 0 60 3 12 12E 5C 2B
Octal 320 11 312 0 140 3 22 456 134 53
Binary 11010000 1001 11001010 0 1100000 11 10010 100101110 1011100 101011

Color Harmonies of #D009CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D009CA

Black with #D009CA

Text Example


Text Example

White with #D009CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D009CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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