Html Css Color HEX #D01477 Medium Violet Red

📋 copy color: '#D01477'

red 208 ◦ green 20 ◦ blue 119

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

Shades of Medium Violet Red #D01477

Tints of Medium Violet Red #D01477

RGB

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

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

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

R = 59.94%
G = 5.76%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D01477 (or 0xD01477) is known color: Medium Violet Red. HEX triplet: D0, 14 and 77. RGB value is (208,20,119). Sum of RGB (Red+Green+Blue) = 208+20+119=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D01477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01477 is #2FEB88. Grayscale: #575757. Windows color (decimal): -3140489 or 7804112. OLE color: 7804112.

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

Color convert

RGB 208 20 119 -
CMYK 0 0.90 0.43 0.18
HSL 328.4º 0.82% 0.45% -
HSV(B) 328.4º 0.9% 0.82% -
XYZ 29.59 15.24 18.84 -
YUV 87.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 208 20 119 0 0.90 0.43 0.18 328.4 0.82 0.45
Hex D0 14 77 0 5A 2B 12 148 52 2D
Octal 320 24 167 0 132 53 22 510 122 55
Binary 11010000 10100 1110111 0 1011010 101011 10010 101001000 1010010 101101

Color Harmonies of #D01477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01477

Black with #D01477

Text Example


Text Example

White with #D01477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01477; }

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

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

background-color css

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

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

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

border-color css

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

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

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