Html Css Color HEX #D01576 Medium Violet Red

📋 copy color: '#D01576'

red 208 ◦ green 21 ◦ blue 118

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

Shades of Medium Violet Red #D01576

Tints of Medium Violet Red #D01576

RGB

 RED value IS 208 (81.64% from 255) = 59.94%

 GREEN value IS 21 (8.59% from 255) = 6.05%

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

R = 59.94%
G = 6.05%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D01576 (or 0xD01576) is known color: Medium Violet Red. HEX triplet: D0, 15 and 76. RGB value is (208,21,118). Sum of RGB (Red+Green+Blue) = 208+21+118=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D01576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01576 is #2FEA89. Grayscale: #575757. Windows color (decimal): -3140234 or 7738832. OLE color: 7738832.

HSL color Cylindrical-coordinate representation of color #D01576: hue angle of 328.88º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01576 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 118 -
CMYK 0 0.90 0.43 0.18
HSL 328.88º 0.82% 0.45% -
HSV(B) 328.88º 0.9% 0.82% -
XYZ 29.55 15.25 18.53 -
YUV 87.97 144.95 213.61 -
System Red Green Blue C M Y K H S L
Decimal 208 21 118 0 0.90 0.43 0.18 328.88 0.82 0.45
Hex D0 15 76 0 5A 2B 12 149 52 2D
Octal 320 25 166 0 132 53 22 511 122 55
Binary 11010000 10101 1110110 0 1011010 101011 10010 101001001 1010010 101101

Color Harmonies of #D01576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01576

Black with #D01576

Text Example


Text Example

White with #D01576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01576; }

 p { color: rgb(208,21,118); }

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

background-color css

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

 a { background-color: rgb(208,21,118); }

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

border-color css

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

 span { border-color: rgb(208,21,118); }

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