Html Css Color HEX #D01977 Medium Violet Red

📋 copy color: '#D01977'

red 208 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #D01977

Tints of Medium Violet Red #D01977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.1%

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

R = 59.09%
G = 7.1%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D01977 (or 0xD01977) is known color: Medium Violet Red. HEX triplet: D0, 19 and 77. RGB value is (208,25,119). Sum of RGB (Red+Green+Blue) = 208+25+119=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D01977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01977 is #2FE688. Grayscale: #5A5A5A. Windows color (decimal): -3139209 or 7805392. OLE color: 7805392.

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

Color convert

RGB 208 25 119 -
CMYK 0 0.88 0.43 0.18
HSL 329.18º 0.79% 0.46% -
HSV(B) 329.18º 0.88% 0.82% -
XYZ 29.69 15.44 18.87 -
YUV 90.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 208 25 119 0 0.88 0.43 0.18 329.18 0.79 0.46
Hex D0 19 77 0 58 2B 12 149 4F 2E
Octal 320 31 167 0 130 53 22 511 117 56
Binary 11010000 11001 1110111 0 1011000 101011 10010 101001001 1001111 101110

Color Harmonies of #D01977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01977

Black with #D01977

Text Example


Text Example

White with #D01977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01977; }

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

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

background-color css

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

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

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

border-color css

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

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

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