Html Css Color HEX #D224A0 Medium Violet Red

📋 copy color: '#D224A0'

red 210 ◦ green 36 ◦ blue 160

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

Shades of Medium Violet Red #D224A0

Tints of Medium Violet Red #D224A0

RGB

 RED value IS 210 (82.42% from 255) = 51.72%

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

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 51.72%
G = 8.87%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D224A0 (or 0xD224A0) is known color: Medium Violet Red. HEX triplet: D2, 24 and A0. RGB value is (210,36,160). Sum of RGB (Red+Green+Blue) = 210+36+160=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D224A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D224A0 is #2DDB5F. Grayscale: #656565. Windows color (decimal): -3005280 or 10495186. OLE color: 10495186.

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

Color convert

RGB 210 36 160 -
CMYK 0 0.83 0.24 0.18
HSL 317.24º 0.71% 0.48% -
HSV(B) 317.24º 0.83% 0.82% -
XYZ 33.55 17.5 34.87 -
YUV 102.16 160.65 204.92 -
System Red Green Blue C M Y K H S L
Decimal 210 36 160 0 0.83 0.24 0.18 317.24 0.71 0.48
Hex D2 24 A0 0 53 18 12 13D 47 30
Octal 322 44 240 0 123 30 22 475 107 60
Binary 11010010 100100 10100000 0 1010011 11000 10010 100111101 1000111 110000

Color Harmonies of #D224A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D224A0

Black with #D224A0

Text Example


Text Example

White with #D224A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D224A0; }

 p { color: rgb(210,36,160); }

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

background-color css

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

 a { background-color: rgb(210,36,160); }

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

border-color css

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

 span { border-color: rgb(210,36,160); }

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