Html Css Color HEX #D024A7 Medium Violet Red

📋 copy color: '#D024A7'

red 208 ◦ green 36 ◦ blue 167

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

Shades of Medium Violet Red #D024A7

Tints of Medium Violet Red #D024A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.63%

R = 50.61%
G = 8.76%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D024A7 (or 0xD024A7) is known color: Medium Violet Red. HEX triplet: D0, 24 and A7. RGB value is (208,36,167). Sum of RGB (Red+Green+Blue) = 208+36+167=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D024A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024A7 is #2FDB58. Grayscale: #666666. Windows color (decimal): -3136345 or 10953936. OLE color: 10953936.

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

Color convert

RGB 208 36 167 -
CMYK 0 0.83 0.20 0.18
HSL 314.3º 0.7% 0.48% -
HSV(B) 314.3º 0.83% 0.82% -
XYZ 33.62 17.46 38.16 -
YUV 102.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 208 36 167 0 0.83 0.20 0.18 314.3 0.7 0.48
Hex D0 24 A7 0 53 14 12 13A 46 30
Octal 320 44 247 0 123 24 22 472 106 60
Binary 11010000 100100 10100111 0 1010011 10100 10010 100111010 1000110 110000

Color Harmonies of #D024A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024A7

Black with #D024A7

Text Example


Text Example

White with #D024A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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