Html Css Color HEX #D21185 Medium Violet Red

📋 copy color: '#D21185'

red 210 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #D21185

Tints of Medium Violet Red #D21185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.72%

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

R = 58.33%
G = 4.72%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D21185 (or 0xD21185) is known color: Medium Violet Red. HEX triplet: D2, 11 and 85. RGB value is (210,17,133). Sum of RGB (Red+Green+Blue) = 210+17+133=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D21185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21185 is #2DEE7A. Grayscale: #575757. Windows color (decimal): -3010171 or 8720850. OLE color: 8720850.

HSL color Cylindrical-coordinate representation of color #D21185: hue angle of 323.94º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21185 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 17 133 -
CMYK 0 0.92 0.37 0.18
HSL 323.94º 0.85% 0.45% -
HSV(B) 323.94º 0.92% 0.82% -
XYZ 31.01 15.8 23.6 -
YUV 87.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 210 17 133 0 0.92 0.37 0.18 323.94 0.85 0.45
Hex D2 11 85 0 5C 25 12 144 55 2D
Octal 322 21 205 0 134 45 22 504 125 55
Binary 11010010 10001 10000101 0 1011100 100101 10010 101000100 1010101 101101

Color Harmonies of #D21185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21185

Black with #D21185

Text Example


Text Example

White with #D21185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21185; }

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

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

background-color css

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

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

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

border-color css

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

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

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