Html Css Color HEX #D20390 Medium Violet Red

📋 copy color: '#D20390'

red 210 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #D20390

Tints of Medium Violet Red #D20390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 58.82%
G = 0.84%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D20390 (or 0xD20390) is known color: Medium Violet Red. HEX triplet: D2, 03 and 90. RGB value is (210,3,144). Sum of RGB (Red+Green+Blue) = 210+3+144=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D20390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20390 is #2DFC6F. Grayscale: #505050. Windows color (decimal): -3013744 or 9438162. OLE color: 9438162.

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

Color convert

RGB 210 3 144 -
CMYK 0 0.99 0.31 0.18
HSL 319.13º 0.97% 0.42% -
HSV(B) 319.13º 0.99% 0.82% -
XYZ 31.64 15.78 27.76 -
YUV 80.97 163.58 220.04 -
System Red Green Blue C M Y K H S L
Decimal 210 3 144 0 0.99 0.31 0.18 319.13 0.97 0.42
Hex D2 3 90 0 63 1F 12 13F 61 2A
Octal 322 3 220 0 143 37 22 477 141 52
Binary 11010010 11 10010000 0 1100011 11111 10010 100111111 1100001 101010

Color Harmonies of #D20390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20390

Black with #D20390

Text Example


Text Example

White with #D20390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20390; }

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

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

background-color css

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

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

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

border-color css

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

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

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