Html Css Color HEX #D21190 Medium Violet Red

📋 copy color: '#D21190'

red 210 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #D21190

Tints of Medium Violet Red #D21190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.81%

R = 56.6%
G = 4.58%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D21190 (or 0xD21190) is known color: Medium Violet Red. HEX triplet: D2, 11 and 90. RGB value is (210,17,144). Sum of RGB (Red+Green+Blue) = 210+17+144=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D21190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21190 is #2DEE6F. Grayscale: #585858. Windows color (decimal): -3010160 or 9441746. OLE color: 9441746.

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

Color convert

RGB 210 17 144 -
CMYK 0 0.92 0.31 0.18
HSL 320.52º 0.85% 0.45% -
HSV(B) 320.52º 0.92% 0.82% -
XYZ 31.81 16.12 27.82 -
YUV 89.19 158.94 214.17 -
System Red Green Blue C M Y K H S L
Decimal 210 17 144 0 0.92 0.31 0.18 320.52 0.85 0.45
Hex D2 11 90 0 5C 1F 12 141 55 2D
Octal 322 21 220 0 134 37 22 501 125 55
Binary 11010010 10001 10010000 0 1011100 11111 10010 101000001 1010101 101101

Color Harmonies of #D21190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21190

Black with #D21190

Text Example


Text Example

White with #D21190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21190; }

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

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

background-color css

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

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

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

border-color css

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

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

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