Html Css Color HEX #D024AF Medium Violet Red

📋 copy color: '#D024AF'

red 208 ◦ green 36 ◦ blue 175

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

Shades of Medium Violet Red #D024AF

Tints of Medium Violet Red #D024AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 49.64%
G = 8.59%
B = 41.77%

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

#D024AF (or 0xD024AF) is known color: Medium Violet Red. HEX triplet: D0, 24 and AF. RGB value is (208,36,175). Sum of RGB (Red+Green+Blue) = 208+36+175=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D024AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024AF is #2FDB50. Grayscale: #666666. Windows color (decimal): -3136337 or 11478224. OLE color: 11478224.

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

Color convert

RGB 208 36 175 -
CMYK 0 0.83 0.16 0.18
HSL 311.51º 0.7% 0.48% -
HSV(B) 311.51º 0.83% 0.82% -
XYZ 34.38 17.77 42.17 -
YUV 103.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 208 36 175 0 0.83 0.16 0.18 311.51 0.7 0.48
Hex D0 24 AF 0 53 10 12 138 46 30
Octal 320 44 257 0 123 20 22 470 106 60
Binary 11010000 100100 10101111 0 1010011 10000 10010 100111000 1000110 110000

Color Harmonies of #D024AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D024AF

Black with #D024AF

Text Example


Text Example

White with #D024AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D024AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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