Html Css Color HEX #D20391 Medium Violet Red

📋 copy color: '#D20391'

red 210 ◦ green 3 ◦ blue 145

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

Shades of Medium Violet Red #D20391

Tints of Medium Violet Red #D20391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 58.66%
G = 0.84%
B = 40.5%

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

#D20391 (or 0xD20391) is known color: Medium Violet Red. HEX triplet: D2, 03 and 91. RGB value is (210,3,145). Sum of RGB (Red+Green+Blue) = 210+3+145=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D20391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20391 is #2DFC6E. Grayscale: #505050. Windows color (decimal): -3013743 or 9503698. OLE color: 9503698.

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

Color convert

RGB 210 3 145 -
CMYK 0 0.99 0.31 0.18
HSL 318.84º 0.97% 0.42% -
HSV(B) 318.84º 0.99% 0.82% -
XYZ 31.72 15.81 28.17 -
YUV 81.08 164.08 219.95 -
System Red Green Blue C M Y K H S L
Decimal 210 3 145 0 0.99 0.31 0.18 318.84 0.97 0.42
Hex D2 3 91 0 63 1F 12 13F 61 2A
Octal 322 3 221 0 143 37 22 477 141 52
Binary 11010010 11 10010001 0 1100011 11111 10010 100111111 1100001 101010

Color Harmonies of #D20391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20391

Black with #D20391

Text Example


Text Example

White with #D20391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20391; }

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

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

background-color css

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

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

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

border-color css

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

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

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