Html Css Color HEX #D01180 Medium Violet Red

📋 copy color: '#D01180'

red 208 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #D01180

Tints of Medium Violet Red #D01180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.82%

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

R = 58.92%
G = 4.82%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01180 (or 0xD01180) is known color: Medium Violet Red. HEX triplet: D0, 11 and 80. RGB value is (208,17,128). Sum of RGB (Red+Green+Blue) = 208+17+128=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D01180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01180 is #2FEE7F. Grayscale: #565656. Windows color (decimal): -3141248 or 8393168. OLE color: 8393168.

HSL color Cylindrical-coordinate representation of color #D01180: hue angle of 325.13º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01180 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 128 -
CMYK 0 0.92 0.38 0.18
HSL 325.13º 0.85% 0.44% -
HSV(B) 325.13º 0.92% 0.82% -
XYZ 30.11 15.37 21.8 -
YUV 86.76 151.28 214.47 -
System Red Green Blue C M Y K H S L
Decimal 208 17 128 0 0.92 0.38 0.18 325.13 0.85 0.44
Hex D0 11 80 0 5C 26 12 145 55 2C
Octal 320 21 200 0 134 46 22 505 125 54
Binary 11010000 10001 10000000 0 1011100 100110 10010 101000101 1010101 101100

Color Harmonies of #D01180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01180

Black with #D01180

Text Example


Text Example

White with #D01180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01180; }

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

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

background-color css

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

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

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

border-color css

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

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

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