Html Css Color HEX #D21990 Medium Violet Red

📋 copy color: '#D21990'

red 210 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #D21990

Tints of Medium Violet Red #D21990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.6%

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

R = 55.41%
G = 6.6%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D21990 (or 0xD21990) is known color: Medium Violet Red. HEX triplet: D2, 19 and 90. RGB value is (210,25,144). Sum of RGB (Red+Green+Blue) = 210+25+144=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D21990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21990 is #2DE66F. Grayscale: #5D5D5D. Windows color (decimal): -3008112 or 9443794. OLE color: 9443794.

HSL color Cylindrical-coordinate representation of color #D21990: hue angle of 321.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21990 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 144 -
CMYK 0 0.88 0.31 0.18
HSL 321.41º 0.79% 0.46% -
HSV(B) 321.41º 0.88% 0.82% -
XYZ 31.96 16.41 27.87 -
YUV 93.88 156.29 210.82 -
System Red Green Blue C M Y K H S L
Decimal 210 25 144 0 0.88 0.31 0.18 321.41 0.79 0.46
Hex D2 19 90 0 58 1F 12 141 4F 2E
Octal 322 31 220 0 130 37 22 501 117 56
Binary 11010010 11001 10010000 0 1011000 11111 10010 101000001 1001111 101110

Color Harmonies of #D21990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21990

Black with #D21990

Text Example


Text Example

White with #D21990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21990; }

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

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

background-color css

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

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

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

border-color css

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

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

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