Html Css Color HEX #D21180 Medium Violet Red

📋 copy color: '#D21180'

red 210 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #D21180

Tints of Medium Violet Red #D21180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 59.15%
G = 4.79%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D21180 (or 0xD21180) is known color: Medium Violet Red. HEX triplet: D2, 11 and 80. RGB value is (210,17,128). Sum of RGB (Red+Green+Blue) = 210+17+128=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D21180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21180 is #2DEE7F. Grayscale: #575757. Windows color (decimal): -3010176 or 8393170. OLE color: 8393170.

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

Color convert

RGB 210 17 128 -
CMYK 0 0.92 0.39 0.18
HSL 325.49º 0.85% 0.45% -
HSV(B) 325.49º 0.92% 0.82% -
XYZ 30.68 15.66 21.83 -
YUV 87.36 150.94 215.47 -
System Red Green Blue C M Y K H S L
Decimal 210 17 128 0 0.92 0.39 0.18 325.49 0.85 0.45
Hex D2 11 80 0 5C 27 12 145 55 2D
Octal 322 21 200 0 134 47 22 505 125 55
Binary 11010010 10001 10000000 0 1011100 100111 10010 101000101 1010101 101101

Color Harmonies of #D21180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21180

Black with #D21180

Text Example


Text Example

White with #D21180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21180; }

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

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

background-color css

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

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

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

border-color css

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

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

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