Html Css Color HEX #DD0180 Medium Violet Red

📋 copy color: '#DD0180'

red 221 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #DD0180

Tints of Medium Violet Red #DD0180

RGB

 RED value IS 221 (86.72% from 255) = 63.14%

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 63.14%
G = 0.29%
B = 36.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD0180 (or 0xDD0180) is known color: Medium Violet Red. HEX triplet: DD, 01 and 80. RGB value is (221,1,128). Sum of RGB (Red+Green+Blue) = 221+1+128=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0180 is #22FE7F. Grayscale: #505050. Windows color (decimal): -2293376 or 8389085. OLE color: 8389085.

HSL color Cylindrical-coordinate representation of color #DD0180: hue angle of 325.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0180 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 128 -
CMYK 0 1.00 0.42 0.13
HSL 325.36º 0.99% 0.44% -
HSV(B) 325.36º 1% 0.87% -
XYZ 33.73 16.95 21.92 -
YUV 81.26 154.39 227.67 -
System Red Green Blue C M Y K H S L
Decimal 221 1 128 0 1.00 0.42 0.13 325.36 0.99 0.44
Hex DD 1 80 0 64 2A D 145 63 2C
Octal 335 1 200 0 144 52 15 505 143 54
Binary 11011101 1 10000000 0 1100100 101010 1101 101000101 1100011 101100

Color Harmonies of #DD0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0180

Black with #DD0180

Text Example


Text Example

White with #DD0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0180; }

 p { color: rgb(221,1,128); }

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

background-color css

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

 a { background-color: rgb(221,1,128); }

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

border-color css

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

 span { border-color: rgb(221,1,128); }

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