Html Css Color HEX #DD0F80 Medium Violet Red

📋 copy color: '#DD0F80'

red 221 ◦ green 15 ◦ blue 128

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

Shades of Medium Violet Red #DD0F80

Tints of Medium Violet Red #DD0F80

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.12%

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

R = 60.71%
G = 4.12%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD0F80 (or 0xDD0F80) is known color: Medium Violet Red. HEX triplet: DD, 0F and 80. RGB value is (221,15,128). Sum of RGB (Red+Green+Blue) = 221+15+128=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0F80 is #22F07F. Grayscale: #595959. Windows color (decimal): -2289792 or 8392669. OLE color: 8392669.

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

Color convert

RGB 221 15 128 -
CMYK 0 0.93 0.42 0.13
HSL 327.09º 0.87% 0.46% -
HSV(B) 327.09º 0.93% 0.87% -
XYZ 33.89 17.27 21.97 -
YUV 89.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 221 15 128 0 0.93 0.42 0.13 327.09 0.87 0.46
Hex DD F 80 0 5D 2A D 147 57 2E
Octal 335 17 200 0 135 52 15 507 127 56
Binary 11011101 1111 10000000 0 1011101 101010 1101 101000111 1010111 101110

Color Harmonies of #DD0F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F80

Black with #DD0F80

Text Example


Text Example

White with #DD0F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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