Html Css Color HEX #D024C9 Deep Magenta

📋 copy color: '#D024C9'

red 208 ◦ green 36 ◦ blue 201

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

Shades of Deep Magenta #D024C9

Tints of Deep Magenta #D024C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.17%

R = 46.74%
G = 8.09%
B = 45.17%

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

#D024C9 (or 0xD024C9) is known color: Deep Magenta. HEX triplet: D0, 24 and C9. RGB value is (208,36,201). Sum of RGB (Red+Green+Blue) = 208+36+201=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D024C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024C9 is #2FDB36. Grayscale: #696969. Windows color (decimal): -3136311 or 13182160. OLE color: 13182160.

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

Color convert

RGB 208 36 201 -
CMYK 0 0.83 0.03 0.18
HSL 302.44º 0.7% 0.48% -
HSV(B) 302.44º 0.83% 0.82% -
XYZ 37.19 18.89 56.94 -
YUV 106.24 181.48 200.58 -
System Red Green Blue C M Y K H S L
Decimal 208 36 201 0 0.83 0.03 0.18 302.44 0.7 0.48
Hex D0 24 C9 0 53 3 12 12E 46 30
Octal 320 44 311 0 123 3 22 456 106 60
Binary 11010000 100100 11001001 0 1010011 11 10010 100101110 1000110 110000

Color Harmonies of #D024C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024C9

Black with #D024C9

Text Example


Text Example

White with #D024C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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