Html Css Color HEX #D20990 Medium Violet Red

📋 copy color: '#D20990'

red 210 ◦ green 9 ◦ blue 144

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

Shades of Medium Violet Red #D20990

Tints of Medium Violet Red #D20990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

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

R = 57.85%
G = 2.48%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D20990 (or 0xD20990) is known color: Medium Violet Red. HEX triplet: D2, 09 and 90. RGB value is (210,9,144). Sum of RGB (Red+Green+Blue) = 210+9+144=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D20990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20990 is #2DF66F. Grayscale: #545454. Windows color (decimal): -3012208 or 9439698. OLE color: 9439698.

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

Color convert

RGB 210 9 144 -
CMYK 0 0.96 0.31 0.18
HSL 319.7º 0.92% 0.43% -
HSV(B) 319.7º 0.96% 0.82% -
XYZ 31.71 15.91 27.79 -
YUV 84.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 210 9 144 0 0.96 0.31 0.18 319.7 0.92 0.43
Hex D2 9 90 0 60 1F 12 140 5C 2B
Octal 322 11 220 0 140 37 22 500 134 53
Binary 11010010 1001 10010000 0 1100000 11111 10010 101000000 1011100 101011

Color Harmonies of #D20990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20990

Black with #D20990

Text Example


Text Example

White with #D20990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20990; }

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

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

background-color css

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

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

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

border-color css

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

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

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