Html Css Color HEX #D01573 Medium Violet Red

📋 copy color: '#D01573'

red 208 ◦ green 21 ◦ blue 115

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

Shades of Medium Violet Red #D01573

Tints of Medium Violet Red #D01573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 60.47%
G = 6.1%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D01573 (or 0xD01573) is known color: Medium Violet Red. HEX triplet: D0, 15 and 73. RGB value is (208,21,115). Sum of RGB (Red+Green+Blue) = 208+21+115=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D01573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01573 is #2FEA8C. Grayscale: #575757. Windows color (decimal): -3140237 or 7542224. OLE color: 7542224.

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

Color convert

RGB 208 21 115 -
CMYK 0 0.90 0.45 0.18
HSL 329.84º 0.82% 0.45% -
HSV(B) 329.84º 0.9% 0.82% -
XYZ 29.38 15.18 17.6 -
YUV 87.63 143.45 213.86 -
System Red Green Blue C M Y K H S L
Decimal 208 21 115 0 0.90 0.45 0.18 329.84 0.82 0.45
Hex D0 15 73 0 5A 2D 12 14A 52 2D
Octal 320 25 163 0 132 55 22 512 122 55
Binary 11010000 10101 1110011 0 1011010 101101 10010 101001010 1010010 101101

Color Harmonies of #D01573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01573

Black with #D01573

Text Example


Text Example

White with #D01573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01573; }

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

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

background-color css

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

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

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

border-color css

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

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

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