Html Css Color HEX #D01580 Medium Violet Red

📋 copy color: '#D01580'

red 208 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #D01580

Tints of Medium Violet Red #D01580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

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

R = 58.26%
G = 5.88%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01580 (or 0xD01580) is known color: Medium Violet Red. HEX triplet: D0, 15 and 80. RGB value is (208,21,128). Sum of RGB (Red+Green+Blue) = 208+21+128=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D01580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01580 is #2FEA7F. Grayscale: #585858. Windows color (decimal): -3140224 or 8394192. OLE color: 8394192.

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

Color convert

RGB 208 21 128 -
CMYK 0 0.90 0.38 0.18
HSL 325.67º 0.82% 0.45% -
HSV(B) 325.67º 0.9% 0.82% -
XYZ 30.18 15.5 21.82 -
YUV 89.11 149.95 212.8 -
System Red Green Blue C M Y K H S L
Decimal 208 21 128 0 0.90 0.38 0.18 325.67 0.82 0.45
Hex D0 15 80 0 5A 26 12 146 52 2D
Octal 320 25 200 0 132 46 22 506 122 55
Binary 11010000 10101 10000000 0 1011010 100110 10010 101000110 1010010 101101

Color Harmonies of #D01580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01580

Black with #D01580

Text Example


Text Example

White with #D01580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01580; }

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

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

background-color css

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

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

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

border-color css

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

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

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