Html Css Color HEX #D024A8 Medium Violet Red

📋 copy color: '#D024A8'

red 208 ◦ green 36 ◦ blue 168

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

Shades of Medium Violet Red #D024A8

Tints of Medium Violet Red #D024A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 50.49%
G = 8.74%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D024A8 (or 0xD024A8) is known color: Medium Violet Red. HEX triplet: D0, 24 and A8. RGB value is (208,36,168). Sum of RGB (Red+Green+Blue) = 208+36+168=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D024A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024A8 is #2FDB57. Grayscale: #666666. Windows color (decimal): -3136344 or 11019472. OLE color: 11019472.

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

Color convert

RGB 208 36 168 -
CMYK 0 0.83 0.19 0.18
HSL 313.95º 0.7% 0.48% -
HSV(B) 313.95º 0.83% 0.82% -
XYZ 33.71 17.5 38.65 -
YUV 102.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 208 36 168 0 0.83 0.19 0.18 313.95 0.7 0.48
Hex D0 24 A8 0 53 13 12 13A 46 30
Octal 320 44 250 0 123 23 22 472 106 60
Binary 11010000 100100 10101000 0 1010011 10011 10010 100111010 1000110 110000

Color Harmonies of #D024A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024A8

Black with #D024A8

Text Example


Text Example

White with #D024A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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