Html Css Color HEX #D01471 Medium Violet Red

📋 copy color: '#D01471'

red 208 ◦ green 20 ◦ blue 113

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

Shades of Medium Violet Red #D01471

Tints of Medium Violet Red #D01471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.87%

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 61%
G = 5.87%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D01471 (or 0xD01471) is known color: Medium Violet Red. HEX triplet: D0, 14 and 71. RGB value is (208,20,113). Sum of RGB (Red+Green+Blue) = 208+20+113=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D01471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01471 is #2FEB8E. Grayscale: #565656. Windows color (decimal): -3140495 or 7410896. OLE color: 7410896.

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

Color convert

RGB 208 20 113 -
CMYK 0 0.90 0.46 0.18
HSL 330.32º 0.82% 0.45% -
HSV(B) 330.32º 0.9% 0.82% -
XYZ 29.24 15.1 17 -
YUV 86.81 142.78 214.44 -
System Red Green Blue C M Y K H S L
Decimal 208 20 113 0 0.90 0.46 0.18 330.32 0.82 0.45
Hex D0 14 71 0 5A 2E 12 14A 52 2D
Octal 320 24 161 0 132 56 22 512 122 55
Binary 11010000 10100 1110001 0 1011010 101110 10010 101001010 1010010 101101

Color Harmonies of #D01471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01471

Black with #D01471

Text Example


Text Example

White with #D01471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01471; }

 p { color: rgb(208,20,113); }

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

background-color css

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

 a { background-color: rgb(208,20,113); }

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

border-color css

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

 span { border-color: rgb(208,20,113); }

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