Html Css Color HEX #D21184 Medium Violet Red

📋 copy color: '#D21184'

red 210 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #D21184

Tints of Medium Violet Red #D21184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.77%

R = 58.5%
G = 4.74%
B = 36.77%

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

#D21184 (or 0xD21184) is known color: Medium Violet Red. HEX triplet: D2, 11 and 84. RGB value is (210,17,132). Sum of RGB (Red+Green+Blue) = 210+17+132=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D21184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21184 is #2DEE7B. Grayscale: #575757. Windows color (decimal): -3010172 or 8655314. OLE color: 8655314.

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

Color convert

RGB 210 17 132 -
CMYK 0 0.92 0.37 0.18
HSL 324.25º 0.85% 0.45% -
HSV(B) 324.25º 0.92% 0.82% -
XYZ 30.94 15.77 23.24 -
YUV 87.82 152.94 215.15 -
System Red Green Blue C M Y K H S L
Decimal 210 17 132 0 0.92 0.37 0.18 324.25 0.85 0.45
Hex D2 11 84 0 5C 25 12 144 55 2D
Octal 322 21 204 0 134 45 22 504 125 55
Binary 11010010 10001 10000100 0 1011100 100101 10010 101000100 1010101 101101

Color Harmonies of #D21184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21184

Black with #D21184

Text Example


Text Example

White with #D21184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21184; }

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

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

background-color css

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

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

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

border-color css

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

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

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