Html Css Color HEX #D22187 Medium Violet Red

📋 copy color: '#D22187'

red 210 ◦ green 33 ◦ blue 135

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

Shades of Medium Violet Red #D22187

Tints of Medium Violet Red #D22187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 55.56%
G = 8.73%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D22187 (or 0xD22187) is known color: Medium Violet Red. HEX triplet: D2, 21 and 87. RGB value is (210,33,135). Sum of RGB (Red+Green+Blue) = 210+33+135=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D22187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22187 is #2DDE78. Grayscale: #616161. Windows color (decimal): -3006073 or 8856018. OLE color: 8856018.

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

Color convert

RGB 210 33 135 -
CMYK 0 0.84 0.36 0.18
HSL 325.42º 0.73% 0.48% -
HSV(B) 325.42º 0.84% 0.82% -
XYZ 31.5 16.54 24.45 -
YUV 97.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 210 33 135 0 0.84 0.36 0.18 325.42 0.73 0.48
Hex D2 21 87 0 54 24 12 145 49 30
Octal 322 41 207 0 124 44 22 505 111 60
Binary 11010010 100001 10000111 0 1010100 100100 10010 101000101 1001001 110000

Color Harmonies of #D22187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22187

Black with #D22187

Text Example


Text Example

White with #D22187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22187; }

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

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

background-color css

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

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

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

border-color css

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

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

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