Html Css Color HEX #D01778 Medium Violet Red

📋 copy color: '#D01778'

red 208 ◦ green 23 ◦ blue 120

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

Shades of Medium Violet Red #D01778

Tints of Medium Violet Red #D01778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.55%

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 59.26%
G = 6.55%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D01778 (or 0xD01778) is known color: Medium Violet Red. HEX triplet: D0, 17 and 78. RGB value is (208,23,120). Sum of RGB (Red+Green+Blue) = 208+23+120=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D01778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01778 is #2FE887. Grayscale: #595959. Windows color (decimal): -3139720 or 7870416. OLE color: 7870416.

HSL color Cylindrical-coordinate representation of color #D01778: hue angle of 328.54º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01778 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 23 120 -
CMYK 0 0.89 0.42 0.18
HSL 328.54º 0.8% 0.45% -
HSV(B) 328.54º 0.89% 0.82% -
XYZ 29.71 15.38 19.17 -
YUV 89.37 145.29 212.61 -
System Red Green Blue C M Y K H S L
Decimal 208 23 120 0 0.89 0.42 0.18 328.54 0.8 0.45
Hex D0 17 78 0 59 2A 12 149 50 2D
Octal 320 27 170 0 131 52 22 511 120 55
Binary 11010000 10111 1111000 0 1011001 101010 10010 101001001 1010000 101101

Color Harmonies of #D01778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01778

Black with #D01778

Text Example


Text Example

White with #D01778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01778; }

 p { color: rgb(208,23,120); }

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

background-color css

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

 a { background-color: rgb(208,23,120); }

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

border-color css

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

 span { border-color: rgb(208,23,120); }

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