Html Css Color HEX #D224AE Medium Violet Red

📋 copy color: '#D224AE'

red 210 ◦ green 36 ◦ blue 174

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

Shades of Medium Violet Red #D224AE

Tints of Medium Violet Red #D224AE

RGB

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

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

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

R = 50%
G = 8.57%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D224AE (or 0xD224AE) is known color: Medium Violet Red. HEX triplet: D2, 24 and AE. RGB value is (210,36,174). Sum of RGB (Red+Green+Blue) = 210+36+174=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D224AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D224AE is #2DDB51. Grayscale: #676767. Windows color (decimal): -3005266 or 11412690. OLE color: 11412690.

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

Color convert

RGB 210 36 174 -
CMYK 0 0.83 0.17 0.18
HSL 312.41º 0.71% 0.48% -
HSV(B) 312.41º 0.83% 0.82% -
XYZ 34.85 18.02 41.69 -
YUV 103.76 167.65 203.78 -
System Red Green Blue C M Y K H S L
Decimal 210 36 174 0 0.83 0.17 0.18 312.41 0.71 0.48
Hex D2 24 AE 0 53 11 12 138 47 30
Octal 322 44 256 0 123 21 22 470 107 60
Binary 11010010 100100 10101110 0 1010011 10001 10010 100111000 1000111 110000

Color Harmonies of #D224AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D224AE

Black with #D224AE

Text Example


Text Example

White with #D224AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D224AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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