Html Css Color HEX #D024AA Medium Violet Red

📋 copy color: '#D024AA'

red 208 ◦ green 36 ◦ blue 170

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

Shades of Medium Violet Red #D024AA

Tints of Medium Violet Red #D024AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 50.24%
G = 8.7%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D024AA (or 0xD024AA) is known color: Medium Violet Red. HEX triplet: D0, 24 and AA. RGB value is (208,36,170). Sum of RGB (Red+Green+Blue) = 208+36+170=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D024AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024AA is #2FDB55. Grayscale: #666666. Windows color (decimal): -3136342 or 11150544. OLE color: 11150544.

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

Color convert

RGB 208 36 170 -
CMYK 0 0.83 0.18 0.18
HSL 313.26º 0.7% 0.48% -
HSV(B) 313.26º 0.83% 0.82% -
XYZ 33.9 17.57 39.64 -
YUV 102.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 208 36 170 0 0.83 0.18 0.18 313.26 0.7 0.48
Hex D0 24 AA 0 53 12 12 139 46 30
Octal 320 44 252 0 123 22 22 471 106 60
Binary 11010000 100100 10101010 0 1010011 10010 10010 100111001 1000110 110000

Color Harmonies of #D024AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024AA

Black with #D024AA

Text Example


Text Example

White with #D024AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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