Html Css Color HEX #D20095 Medium Violet Red

📋 copy color: '#D20095'

red 210 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #D20095

Tints of Medium Violet Red #D20095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 58.5%
G = 0%
B = 41.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D20095 (or 0xD20095) is known color: Medium Violet Red. HEX triplet: D2, 00 and 95. RGB value is (210,0,149). Sum of RGB (Red+Green+Blue) = 210+0+149=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D20095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20095 is #2DFF6A. Grayscale: #4F4F4F. Windows color (decimal): -3014507 or 9765074. OLE color: 9765074.

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

Color convert

RGB 210 0 149 -
CMYK 0 1 0.29 0.18
HSL 317.43º 1% 0.41% -
HSV(B) 317.43º 1% 0.82% -
XYZ 32 15.87 29.81 -
YUV 79.78 167.07 220.88 -
System Red Green Blue C M Y K H S L
Decimal 210 0 149 0 1 0.29 0.18 317.43 1 0.41
Hex D2 0 95 0 64 1D 12 13D 64 29
Octal 322 0 225 0 144 35 22 475 144 51
Binary 11010010 0 10010101 0 1100100 11101 10010 100111101 1100100 101001

Color Harmonies of #D20095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20095

Black with #D20095

Text Example


Text Example

White with #D20095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20095; }

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

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

background-color css

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

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

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

border-color css

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

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

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