Html Css Color HEX #D01C71 Medium Violet Red

📋 copy color: '#D01C71'

red 208 ◦ green 28 ◦ blue 113

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

Shades of Medium Violet Red #D01C71

Tints of Medium Violet Red #D01C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

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

R = 59.6%
G = 8.02%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D01C71 (or 0xD01C71) is known color: Medium Violet Red. HEX triplet: D0, 1C and 71. RGB value is (208,28,113). Sum of RGB (Red+Green+Blue) = 208+28+113=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C71 is #2FE38E. Grayscale: #5B5B5B. Windows color (decimal): -3138447 or 7412944. OLE color: 7412944.

HSL color Cylindrical-coordinate representation of color #D01C71: hue angle of 331.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C71 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 113 -
CMYK 0 0.87 0.46 0.18
HSL 331.67º 0.76% 0.46% -
HSV(B) 331.67º 0.87% 0.82% -
XYZ 29.41 15.43 17.05 -
YUV 91.51 140.13 211.09 -
System Red Green Blue C M Y K H S L
Decimal 208 28 113 0 0.87 0.46 0.18 331.67 0.76 0.46
Hex D0 1C 71 0 57 2E 12 14C 4C 2E
Octal 320 34 161 0 127 56 22 514 114 56
Binary 11010000 11100 1110001 0 1010111 101110 10010 101001100 1001100 101110

Color Harmonies of #D01C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C71

Black with #D01C71

Text Example


Text Example

White with #D01C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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