Html Css Color HEX #D223AA Medium Violet Red

📋 copy color: '#D223AA'

red 210 ◦ green 35 ◦ blue 170

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

Shades of Medium Violet Red #D223AA

Tints of Medium Violet Red #D223AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.43%

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

R = 50.6%
G = 8.43%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D223AA (or 0xD223AA) is known color: Medium Violet Red. HEX triplet: D2, 23 and AA. RGB value is (210,35,170). Sum of RGB (Red+Green+Blue) = 210+35+170=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D223AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D223AA is #2DDC55. Grayscale: #666666. Windows color (decimal): -3005526 or 11150290. OLE color: 11150290.

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

Color convert

RGB 210 35 170 -
CMYK 0 0.83 0.19 0.18
HSL 313.71º 0.71% 0.48% -
HSV(B) 313.71º 0.83% 0.82% -
XYZ 34.44 17.81 39.65 -
YUV 102.72 165.98 204.52 -
System Red Green Blue C M Y K H S L
Decimal 210 35 170 0 0.83 0.19 0.18 313.71 0.71 0.48
Hex D2 23 AA 0 53 13 12 13A 47 30
Octal 322 43 252 0 123 23 22 472 107 60
Binary 11010010 100011 10101010 0 1010011 10011 10010 100111010 1000111 110000

Color Harmonies of #D223AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223AA

Black with #D223AA

Text Example


Text Example

White with #D223AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223AA; }

 p { color: rgb(210,35,170); }

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

background-color css

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

 a { background-color: rgb(210,35,170); }

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

border-color css

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

 span { border-color: rgb(210,35,170); }

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