Html Css Color HEX #D01C77 Medium Violet Red

📋 copy color: '#D01C77'

red 208 ◦ green 28 ◦ blue 119

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

Shades of Medium Violet Red #D01C77

Tints of Medium Violet Red #D01C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 58.59%
G = 7.89%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D01C77 (or 0xD01C77) is known color: Medium Violet Red. HEX triplet: D0, 1C and 77. RGB value is (208,28,119). Sum of RGB (Red+Green+Blue) = 208+28+119=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C77 is #2FE388. Grayscale: #5C5C5C. Windows color (decimal): -3138441 or 7806160. OLE color: 7806160.

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

Color convert

RGB 208 28 119 -
CMYK 0 0.87 0.43 0.18
HSL 329.67º 0.76% 0.46% -
HSV(B) 329.67º 0.87% 0.82% -
XYZ 29.76 15.57 18.89 -
YUV 92.19 143.13 210.6 -
System Red Green Blue C M Y K H S L
Decimal 208 28 119 0 0.87 0.43 0.18 329.67 0.76 0.46
Hex D0 1C 77 0 57 2B 12 14A 4C 2E
Octal 320 34 167 0 127 53 22 512 114 56
Binary 11010000 11100 1110111 0 1010111 101011 10010 101001010 1001100 101110

Color Harmonies of #D01C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C77

Black with #D01C77

Text Example


Text Example

White with #D01C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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