Html Css Color HEX #D024DE Deep Magenta

📋 copy color: '#D024DE'

red 208 ◦ green 36 ◦ blue 222

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

Shades of Deep Magenta #D024DE

Tints of Deep Magenta #D024DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 44.64%
G = 7.73%
B = 47.64%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D024DE (or 0xD024DE) is known color: Deep Magenta. HEX triplet: D0, 24 and DE. RGB value is (208,36,222). Sum of RGB (Red+Green+Blue) = 208+36+222=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #D024DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024DE is #2FDB21. Grayscale: #6C6C6C. Windows color (decimal): -3136290 or 14558416. OLE color: 14558416.

HSL color Cylindrical-coordinate representation of color #D024DE: hue angle of 295.48º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D024DE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 36 222 -
CMYK 0.06 0.84 0 0.13
HSL 295.48º 0.74% 0.51% -
HSV(B) 295.48º 0.84% 0.87% -
XYZ 39.83 19.95 70.86 -
YUV 108.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 208 36 222 0.06 0.84 0 0.13 295.48 0.74 0.51
Hex D0 24 DE 6 54 0 D 127 4A 33
Octal 320 44 336 6 124 0 15 447 112 63
Binary 11010000 100100 11011110 110 1010100 0 1101 100100111 1001010 110011

Color Harmonies of #D024DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024DE

Black with #D024DE

Text Example


Text Example

White with #D024DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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