Html Css Color HEX #D024CE Deep Magenta

📋 copy color: '#D024CE'

red 208 ◦ green 36 ◦ blue 206

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

Shades of Deep Magenta #D024CE

Tints of Deep Magenta #D024CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 46.22%
G = 8%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D024CE (or 0xD024CE) is known color: Deep Magenta. HEX triplet: D0, 24 and CE. RGB value is (208,36,206). Sum of RGB (Red+Green+Blue) = 208+36+206=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D024CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024CE is #2FDB31. Grayscale: #6A6A6A. Windows color (decimal): -3136306 or 13509840. OLE color: 13509840.

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

Color convert

RGB 208 36 206 -
CMYK 0 0.83 0.01 0.18
HSL 300.7º 0.7% 0.48% -
HSV(B) 300.7º 0.83% 0.82% -
XYZ 37.78 19.13 60.09 -
YUV 106.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 208 36 206 0 0.83 0.01 0.18 300.7 0.7 0.48
Hex D0 24 CE 0 53 1 12 12D 46 30
Octal 320 44 316 0 123 1 22 455 106 60
Binary 11010000 100100 11001110 0 1010011 1 10010 100101101 1000110 110000

Color Harmonies of #D024CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024CE

Black with #D024CE

Text Example


Text Example

White with #D024CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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