Html Css Color HEX #D024A6 Medium Violet Red

📋 copy color: '#D024A6'

red 208 ◦ green 36 ◦ blue 166

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

Shades of Medium Violet Red #D024A6

Tints of Medium Violet Red #D024A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.49%

R = 50.73%
G = 8.78%
B = 40.49%

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

#D024A6 (or 0xD024A6) is known color: Medium Violet Red. HEX triplet: D0, 24 and A6. RGB value is (208,36,166). Sum of RGB (Red+Green+Blue) = 208+36+166=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D024A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024A6 is #2FDB59. Grayscale: #656565. Windows color (decimal): -3136346 or 10888400. OLE color: 10888400.

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

Color convert

RGB 208 36 166 -
CMYK 0 0.83 0.20 0.18
HSL 314.65º 0.7% 0.48% -
HSV(B) 314.65º 0.83% 0.82% -
XYZ 33.53 17.42 37.67 -
YUV 102.25 163.98 203.43 -
System Red Green Blue C M Y K H S L
Decimal 208 36 166 0 0.83 0.20 0.18 314.65 0.7 0.48
Hex D0 24 A6 0 53 14 12 13B 46 30
Octal 320 44 246 0 123 24 22 473 106 60
Binary 11010000 100100 10100110 0 1010011 10100 10010 100111011 1000110 110000

Color Harmonies of #D024A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024A6

Black with #D024A6

Text Example


Text Example

White with #D024A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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