Html Css Color HEX #D22189 Medium Violet Red

📋 copy color: '#D22189'

red 210 ◦ green 33 ◦ blue 137

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

Shades of Medium Violet Red #D22189

Tints of Medium Violet Red #D22189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.68%

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 55.26%
G = 8.68%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D22189 (or 0xD22189) is known color: Medium Violet Red. HEX triplet: D2, 21 and 89. RGB value is (210,33,137). Sum of RGB (Red+Green+Blue) = 210+33+137=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D22189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22189 is #2DDE76. Grayscale: #616161. Windows color (decimal): -3006071 or 8987090. OLE color: 8987090.

HSL color Cylindrical-coordinate representation of color #D22189: hue angle of 324.75º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D22189 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 137 -
CMYK 0 0.84 0.35 0.18
HSL 324.75º 0.73% 0.48% -
HSV(B) 324.75º 0.84% 0.82% -
XYZ 31.64 16.6 25.2 -
YUV 97.78 150.14 208.04 -
System Red Green Blue C M Y K H S L
Decimal 210 33 137 0 0.84 0.35 0.18 324.75 0.73 0.48
Hex D2 21 89 0 54 23 12 145 49 30
Octal 322 41 211 0 124 43 22 505 111 60
Binary 11010010 100001 10001001 0 1010100 100011 10010 101000101 1001001 110000

Color Harmonies of #D22189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22189

Black with #D22189

Text Example


Text Example

White with #D22189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22189; }

 p { color: rgb(210,33,137); }

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

background-color css

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

 a { background-color: rgb(210,33,137); }

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

border-color css

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

 span { border-color: rgb(210,33,137); }

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