Html Css Color HEX #D01C80 Medium Violet Red

📋 copy color: '#D01C80'

red 208 ◦ green 28 ◦ blue 128

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

Shades of Medium Violet Red #D01C80

Tints of Medium Violet Red #D01C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 57.14%
G = 7.69%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01C80 (or 0xD01C80) is known color: Medium Violet Red. HEX triplet: D0, 1C and 80. RGB value is (208,28,128). Sum of RGB (Red+Green+Blue) = 208+28+128=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C80 is #2FE37F. Grayscale: #5D5D5D. Windows color (decimal): -3138432 or 8395984. OLE color: 8395984.

HSL color Cylindrical-coordinate representation of color #D01C80: hue angle of 326.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 #D01C80 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 128 -
CMYK 0 0.87 0.38 0.18
HSL 326.67º 0.76% 0.46% -
HSV(B) 326.67º 0.87% 0.82% -
XYZ 30.32 15.8 21.87 -
YUV 93.22 147.63 209.87 -
System Red Green Blue C M Y K H S L
Decimal 208 28 128 0 0.87 0.38 0.18 326.67 0.76 0.46
Hex D0 1C 80 0 57 26 12 147 4C 2E
Octal 320 34 200 0 127 46 22 507 114 56
Binary 11010000 11100 10000000 0 1010111 100110 10010 101000111 1001100 101110

Color Harmonies of #D01C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C80

Black with #D01C80

Text Example


Text Example

White with #D01C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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