Html Css Color HEX #D024CD Deep Magenta

📋 copy color: '#D024CD'

red 208 ◦ green 36 ◦ blue 205

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

Shades of Deep Magenta #D024CD

Tints of Deep Magenta #D024CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 46.33%
G = 8.02%
B = 45.66%

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

#D024CD (or 0xD024CD) is known color: Deep Magenta. HEX triplet: D0, 24 and CD. RGB value is (208,36,205). Sum of RGB (Red+Green+Blue) = 208+36+205=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D024CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024CD is #2FDB32. Grayscale: #6A6A6A. Windows color (decimal): -3136307 or 13444304. OLE color: 13444304.

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

Color convert

RGB 208 36 205 -
CMYK 0 0.83 0.01 0.18
HSL 301.05º 0.7% 0.48% -
HSV(B) 301.05º 0.83% 0.82% -
XYZ 37.66 19.08 59.46 -
YUV 106.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 208 36 205 0 0.83 0.01 0.18 301.05 0.7 0.48
Hex D0 24 CD 0 53 1 12 12D 46 30
Octal 320 44 315 0 123 1 22 455 106 60
Binary 11010000 100100 11001101 0 1010011 1 10010 100101101 1000110 110000

Color Harmonies of #D024CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024CD

Black with #D024CD

Text Example


Text Example

White with #D024CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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