Html Css Color HEX #D22185 Medium Violet Red

📋 copy color: '#D22185'

red 210 ◦ green 33 ◦ blue 133

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

Shades of Medium Violet Red #D22185

Tints of Medium Violet Red #D22185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 55.85%
G = 8.78%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D22185 (or 0xD22185) is known color: Medium Violet Red. HEX triplet: D2, 21 and 85. RGB value is (210,33,133). Sum of RGB (Red+Green+Blue) = 210+33+133=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D22185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22185 is #2DDE7A. Grayscale: #616161. Windows color (decimal): -3006075 or 8724946. OLE color: 8724946.

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

Color convert

RGB 210 33 133 -
CMYK 0 0.84 0.37 0.18
HSL 326.1º 0.73% 0.48% -
HSV(B) 326.1º 0.84% 0.82% -
XYZ 31.36 16.48 23.72 -
YUV 97.32 148.14 208.37 -
System Red Green Blue C M Y K H S L
Decimal 210 33 133 0 0.84 0.37 0.18 326.1 0.73 0.48
Hex D2 21 85 0 54 25 12 146 49 30
Octal 322 41 205 0 124 45 22 506 111 60
Binary 11010010 100001 10000101 0 1010100 100101 10010 101000110 1001001 110000

Color Harmonies of #D22185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22185

Black with #D22185

Text Example


Text Example

White with #D22185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22185; }

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

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

background-color css

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

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

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

border-color css

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

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

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