Html Css Color HEX #D21183 Medium Violet Red

📋 copy color: '#D21183'

red 210 ◦ green 17 ◦ blue 131

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

Shades of Medium Violet Red #D21183

Tints of Medium Violet Red #D21183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 58.66%
G = 4.75%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D21183 (or 0xD21183) is known color: Medium Violet Red. HEX triplet: D2, 11 and 83. RGB value is (210,17,131). Sum of RGB (Red+Green+Blue) = 210+17+131=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D21183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21183 is #2DEE7C. Grayscale: #575757. Windows color (decimal): -3010173 or 8589778. OLE color: 8589778.

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

Color convert

RGB 210 17 131 -
CMYK 0 0.92 0.38 0.18
HSL 324.56º 0.85% 0.45% -
HSV(B) 324.56º 0.92% 0.82% -
XYZ 30.88 15.74 22.88 -
YUV 87.7 152.44 215.23 -
System Red Green Blue C M Y K H S L
Decimal 210 17 131 0 0.92 0.38 0.18 324.56 0.85 0.45
Hex D2 11 83 0 5C 26 12 145 55 2D
Octal 322 21 203 0 134 46 22 505 125 55
Binary 11010010 10001 10000011 0 1011100 100110 10010 101000101 1010101 101101

Color Harmonies of #D21183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21183

Black with #D21183

Text Example


Text Example

White with #D21183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21183; }

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

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

background-color css

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

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

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

border-color css

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

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

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