Html Css Color HEX #D01980 Medium Violet Red

📋 copy color: '#D01980'

red 208 ◦ green 25 ◦ blue 128

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

Shades of Medium Violet Red #D01980

Tints of Medium Violet Red #D01980

RGB

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

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

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

R = 57.62%
G = 6.93%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01980 (or 0xD01980) is known color: Medium Violet Red. HEX triplet: D0, 19 and 80. RGB value is (208,25,128). Sum of RGB (Red+Green+Blue) = 208+25+128=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D01980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01980 is #2FE67F. Grayscale: #5B5B5B. Windows color (decimal): -3139200 or 8395216. OLE color: 8395216.

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

Color convert

RGB 208 25 128 -
CMYK 0 0.88 0.38 0.18
HSL 326.23º 0.79% 0.46% -
HSV(B) 326.23º 0.88% 0.82% -
XYZ 30.26 15.66 21.85 -
YUV 91.46 148.63 211.12 -
System Red Green Blue C M Y K H S L
Decimal 208 25 128 0 0.88 0.38 0.18 326.23 0.79 0.46
Hex D0 19 80 0 58 26 12 146 4F 2E
Octal 320 31 200 0 130 46 22 506 117 56
Binary 11010000 11001 10000000 0 1011000 100110 10010 101000110 1001111 101110

Color Harmonies of #D01980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01980

Black with #D01980

Text Example


Text Example

White with #D01980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01980; }

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

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

background-color css

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

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

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

border-color css

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

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

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