Html Css Color HEX #D20175 Medium Violet Red

📋 copy color: '#D20175'

red 210 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #D20175

Tints of Medium Violet Red #D20175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.67%

R = 64.02%
G = 0.3%
B = 35.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20175 (or 0xD20175) is known color: Medium Violet Red. HEX triplet: D2, 01 and 75. RGB value is (210,1,117). Sum of RGB (Red+Green+Blue) = 210+1+117=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D20175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20175 is #2DFE8A. Grayscale: #4C4C4C. Windows color (decimal): -3014283 or 7668178. OLE color: 7668178.

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

Color convert

RGB 210 1 117 -
CMYK 0 1.00 0.44 0.18
HSL 326.7º 0.99% 0.41% -
HSV(B) 326.7º 1% 0.82% -
XYZ 29.8 15.01 18.16 -
YUV 76.72 150.74 223.07 -
System Red Green Blue C M Y K H S L
Decimal 210 1 117 0 1.00 0.44 0.18 326.7 0.99 0.41
Hex D2 1 75 0 64 2C 12 147 63 29
Octal 322 1 165 0 144 54 22 507 143 51
Binary 11010010 1 1110101 0 1100100 101100 10010 101000111 1100011 101001

Color Harmonies of #D20175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20175

Black with #D20175

Text Example


Text Example

White with #D20175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20175; }

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

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

background-color css

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

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

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

border-color css

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

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

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