Html Css Color HEX #D20091 Medium Violet Red

📋 copy color: '#D20091'

red 210 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #D20091

Tints of Medium Violet Red #D20091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.15%
G = 0%
B = 40.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D20091 (or 0xD20091) is known color: Medium Violet Red. HEX triplet: D2, 00 and 91. RGB value is (210,0,145). Sum of RGB (Red+Green+Blue) = 210+0+145=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D20091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20091 is #2DFF6E. Grayscale: #4E4E4E. Windows color (decimal): -3014511 or 9502930. OLE color: 9502930.

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

Color convert

RGB 210 0 145 -
CMYK 0 1 0.31 0.18
HSL 318.57º 1% 0.41% -
HSV(B) 318.57º 1% 0.82% -
XYZ 31.69 15.75 28.16 -
YUV 79.32 165.07 221.21 -
System Red Green Blue C M Y K H S L
Decimal 210 0 145 0 1 0.31 0.18 318.57 1 0.41
Hex D2 0 91 0 64 1F 12 13F 64 29
Octal 322 0 221 0 144 37 22 477 144 51
Binary 11010010 0 10010001 0 1100100 11111 10010 100111111 1100100 101001

Color Harmonies of #D20091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20091

Black with #D20091

Text Example


Text Example

White with #D20091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20091; }

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

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

background-color css

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

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

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

border-color css

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

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

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