Html Css Color HEX #D20196 Medium Violet Red

📋 copy color: '#D20196'

red 210 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #D20196

Tints of Medium Violet Red #D20196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 58.17%
G = 0.28%
B = 41.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D20196 (or 0xD20196) is known color: Medium Violet Red. HEX triplet: D2, 01 and 96. RGB value is (210,1,150). Sum of RGB (Red+Green+Blue) = 210+1+150=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D20196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20196 is #2DFE69. Grayscale: #505050. Windows color (decimal): -3014250 or 9830866. OLE color: 9830866.

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

Color convert

RGB 210 1 150 -
CMYK 0 1.00 0.29 0.18
HSL 317.22º 0.99% 0.41% -
HSV(B) 317.22º 1% 0.82% -
XYZ 32.09 15.93 30.24 -
YUV 80.48 167.24 220.38 -
System Red Green Blue C M Y K H S L
Decimal 210 1 150 0 1.00 0.29 0.18 317.22 0.99 0.41
Hex D2 1 96 0 64 1D 12 13D 63 29
Octal 322 1 226 0 144 35 22 475 143 51
Binary 11010010 1 10010110 0 1100100 11101 10010 100111101 1100011 101001

Color Harmonies of #D20196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20196

Black with #D20196

Text Example


Text Example

White with #D20196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20196; }

 p { color: rgb(210,1,150); }

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

background-color css

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

 a { background-color: rgb(210,1,150); }

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

border-color css

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

 span { border-color: rgb(210,1,150); }

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