Html Css Color HEX #D024AE Medium Violet Red

📋 copy color: '#D024AE'

red 208 ◦ green 36 ◦ blue 174

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

Shades of Medium Violet Red #D024AE

Tints of Medium Violet Red #D024AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 49.76%
G = 8.61%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D024AE (or 0xD024AE) is known color: Medium Violet Red. HEX triplet: D0, 24 and AE. RGB value is (208,36,174). Sum of RGB (Red+Green+Blue) = 208+36+174=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D024AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024AE is #2FDB51. Grayscale: #666666. Windows color (decimal): -3136338 or 11412688. OLE color: 11412688.

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

Color convert

RGB 208 36 174 -
CMYK 0 0.83 0.16 0.18
HSL 311.86º 0.7% 0.48% -
HSV(B) 311.86º 0.83% 0.82% -
XYZ 34.28 17.73 41.66 -
YUV 103.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 208 36 174 0 0.83 0.16 0.18 311.86 0.7 0.48
Hex D0 24 AE 0 53 10 12 138 46 30
Octal 320 44 256 0 123 20 22 470 106 60
Binary 11010000 100100 10101110 0 1010011 10000 10010 100111000 1000110 110000

Color Harmonies of #D024AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024AE

Black with #D024AE

Text Example


Text Example

White with #D024AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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