Html Css Color HEX #D20177 Medium Violet Red

📋 copy color: '#D20177'

red 210 ◦ green 1 ◦ blue 119

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

Shades of Medium Violet Red #D20177

Tints of Medium Violet Red #D20177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 63.64%
G = 0.3%
B = 36.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D20177 (or 0xD20177) is known color: Medium Violet Red. HEX triplet: D2, 01 and 77. RGB value is (210,1,119). Sum of RGB (Red+Green+Blue) = 210+1+119=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D20177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20177 is #2DFE88. Grayscale: #4C4C4C. Windows color (decimal): -3014281 or 7799250. OLE color: 7799250.

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

Color convert

RGB 210 1 119 -
CMYK 0 1.00 0.43 0.18
HSL 326.12º 0.99% 0.41% -
HSV(B) 326.12º 1% 0.82% -
XYZ 29.92 15.06 18.78 -
YUV 76.94 151.74 222.91 -
System Red Green Blue C M Y K H S L
Decimal 210 1 119 0 1.00 0.43 0.18 326.12 0.99 0.41
Hex D2 1 77 0 64 2B 12 146 63 29
Octal 322 1 167 0 144 53 22 506 143 51
Binary 11010010 1 1110111 0 1100100 101011 10010 101000110 1100011 101001

Color Harmonies of #D20177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20177

Black with #D20177

Text Example


Text Example

White with #D20177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20177; }

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

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

background-color css

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

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

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

border-color css

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

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

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