Html Css Color HEX #D024C8 Deep Magenta

📋 copy color: '#D024C8'

red 208 ◦ green 36 ◦ blue 200

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

Shades of Deep Magenta #D024C8

Tints of Deep Magenta #D024C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.05%

R = 46.85%
G = 8.11%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D024C8 (or 0xD024C8) is known color: Deep Magenta. HEX triplet: D0, 24 and C8. RGB value is (208,36,200). Sum of RGB (Red+Green+Blue) = 208+36+200=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D024C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024C8 is #2FDB37. Grayscale: #696969. Windows color (decimal): -3136312 or 13116624. OLE color: 13116624.

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

Color convert

RGB 208 36 200 -
CMYK 0 0.83 0.04 0.18
HSL 302.79º 0.7% 0.48% -
HSV(B) 302.79º 0.83% 0.82% -
XYZ 37.07 18.84 56.33 -
YUV 106.12 180.98 200.66 -
System Red Green Blue C M Y K H S L
Decimal 208 36 200 0 0.83 0.04 0.18 302.79 0.7 0.48
Hex D0 24 C8 0 53 4 12 12F 46 30
Octal 320 44 310 0 123 4 22 457 106 60
Binary 11010000 100100 11001000 0 1010011 100 10010 100101111 1000110 110000

Color Harmonies of #D024C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024C8

Black with #D024C8

Text Example


Text Example

White with #D024C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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