Html Css Color HEX #DD0480 Medium Violet Red

📋 copy color: '#DD0480'

red 221 ◦ green 4 ◦ blue 128

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

Shades of Medium Violet Red #DD0480

Tints of Medium Violet Red #DD0480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 62.61%
G = 1.13%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD0480 (or 0xDD0480) is known color: Medium Violet Red. HEX triplet: DD, 04 and 80. RGB value is (221,4,128). Sum of RGB (Red+Green+Blue) = 221+4+128=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0480 is #22FB7F. Grayscale: #525252. Windows color (decimal): -2292608 or 8389853. OLE color: 8389853.

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

Color convert

RGB 221 4 128 -
CMYK 0 0.98 0.42 0.13
HSL 325.71º 0.96% 0.44% -
HSV(B) 325.71º 0.98% 0.87% -
XYZ 33.76 17.02 21.93 -
YUV 83.02 153.39 226.42 -
System Red Green Blue C M Y K H S L
Decimal 221 4 128 0 0.98 0.42 0.13 325.71 0.96 0.44
Hex DD 4 80 0 62 2A D 146 60 2C
Octal 335 4 200 0 142 52 15 506 140 54
Binary 11011101 100 10000000 0 1100010 101010 1101 101000110 1100000 101100

Color Harmonies of #DD0480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0480

Black with #DD0480

Text Example


Text Example

White with #DD0480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0480; }

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

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

background-color css

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

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

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

border-color css

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

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

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