Html Css Color HEX #D20076 Medium Violet Red

📋 copy color: '#D20076'

red 210 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #D20076

Tints of Medium Violet Red #D20076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 64.02%
G = 0%
B = 35.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20076 (or 0xD20076) is known color: Medium Violet Red. HEX triplet: D2, 00 and 76. RGB value is (210,0,118). Sum of RGB (Red+Green+Blue) = 210+0+118=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D20076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20076 is #2DFF89. Grayscale: #4B4B4B. Windows color (decimal): -3014538 or 7733458. OLE color: 7733458.

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

Color convert

RGB 210 0 118 -
CMYK 0 1 0.44 0.18
HSL 326.29º 1% 0.41% -
HSV(B) 326.29º 1% 0.82% -
XYZ 29.85 15.01 18.46 -
YUV 76.24 151.57 223.41 -
System Red Green Blue C M Y K H S L
Decimal 210 0 118 0 1 0.44 0.18 326.29 1 0.41
Hex D2 0 76 0 64 2C 12 146 64 29
Octal 322 0 166 0 144 54 22 506 144 51
Binary 11010010 0 1110110 0 1100100 101100 10010 101000110 1100100 101001

Color Harmonies of #D20076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20076

Black with #D20076

Text Example


Text Example

White with #D20076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20076; }

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

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

background-color css

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

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

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

border-color css

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

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

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