Html Css Color HEX #D024CA Deep Magenta

📋 copy color: '#D024CA'

red 208 ◦ green 36 ◦ blue 202

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

Shades of Deep Magenta #D024CA

Tints of Deep Magenta #D024CA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.07%

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

R = 46.64%
G = 8.07%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D024CA (or 0xD024CA) is known color: Deep Magenta. HEX triplet: D0, 24 and CA. RGB value is (208,36,202). Sum of RGB (Red+Green+Blue) = 208+36+202=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D024CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024CA is #2FDB35. Grayscale: #696969. Windows color (decimal): -3136310 or 13247696. OLE color: 13247696.

HSL color Cylindrical-coordinate representation of color #D024CA: hue angle of 302.09º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D024CA is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 202 -
CMYK 0 0.83 0.03 0.18
HSL 302.09º 0.7% 0.48% -
HSV(B) 302.09º 0.83% 0.82% -
XYZ 37.3 18.94 57.57 -
YUV 106.35 181.98 200.5 -
System Red Green Blue C M Y K H S L
Decimal 208 36 202 0 0.83 0.03 0.18 302.09 0.7 0.48
Hex D0 24 CA 0 53 3 12 12E 46 30
Octal 320 44 312 0 123 3 22 456 106 60
Binary 11010000 100100 11001010 0 1010011 11 10010 100101110 1000110 110000

Color Harmonies of #D024CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024CA

Black with #D024CA

Text Example


Text Example

White with #D024CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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