Html Css Color HEX #D20495 Medium Violet Red

📋 copy color: '#D20495'

red 210 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #D20495

Tints of Medium Violet Red #D20495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 57.85%
G = 1.1%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D20495 (or 0xD20495) is known color: Medium Violet Red. HEX triplet: D2, 04 and 95. RGB value is (210,4,149). Sum of RGB (Red+Green+Blue) = 210+4+149=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D20495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20495 is #2DFB6A. Grayscale: #515151. Windows color (decimal): -3013483 or 9766098. OLE color: 9766098.

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

Color convert

RGB 210 4 149 -
CMYK 0 0.98 0.29 0.18
HSL 317.77º 0.96% 0.42% -
HSV(B) 317.77º 0.98% 0.82% -
XYZ 32.05 15.96 29.83 -
YUV 82.12 165.75 219.21 -
System Red Green Blue C M Y K H S L
Decimal 210 4 149 0 0.98 0.29 0.18 317.77 0.96 0.42
Hex D2 4 95 0 62 1D 12 13E 60 2A
Octal 322 4 225 0 142 35 22 476 140 52
Binary 11010010 100 10010101 0 1100010 11101 10010 100111110 1100000 101010

Color Harmonies of #D20495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20495

Black with #D20495

Text Example


Text Example

White with #D20495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20495; }

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

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

background-color css

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

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

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

border-color css

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

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

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