Html Css Color HEX #D01D80 Medium Violet Red

📋 copy color: '#D01D80'

red 208 ◦ green 29 ◦ blue 128

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

Shades of Medium Violet Red #D01D80

Tints of Medium Violet Red #D01D80

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.95%

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

R = 56.99%
G = 7.95%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01D80 (or 0xD01D80) is known color: Medium Violet Red. HEX triplet: D0, 1D and 80. RGB value is (208,29,128). Sum of RGB (Red+Green+Blue) = 208+29+128=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D80 is #2FE27F. Grayscale: #5D5D5D. Windows color (decimal): -3138176 or 8396240. OLE color: 8396240.

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

Color convert

RGB 208 29 128 -
CMYK 0 0.86 0.38 0.18
HSL 326.82º 0.76% 0.46% -
HSV(B) 326.82º 0.86% 0.82% -
XYZ 30.35 15.85 21.88 -
YUV 93.81 147.3 209.45 -
System Red Green Blue C M Y K H S L
Decimal 208 29 128 0 0.86 0.38 0.18 326.82 0.76 0.46
Hex D0 1D 80 0 56 26 12 147 4C 2E
Octal 320 35 200 0 126 46 22 507 114 56
Binary 11010000 11101 10000000 0 1010110 100110 10010 101000111 1001100 101110

Color Harmonies of #D01D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D80

Black with #D01D80

Text Example


Text Example

White with #D01D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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