Html Css Color HEX #DD0880 Medium Violet Red

📋 copy color: '#DD0880'

red 221 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #DD0880

Tints of Medium Violet Red #DD0880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.24%

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

R = 61.9%
G = 2.24%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD0880 (or 0xDD0880) is known color: Medium Violet Red. HEX triplet: DD, 08 and 80. RGB value is (221,8,128). Sum of RGB (Red+Green+Blue) = 221+8+128=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0880 is #22F77F. Grayscale: #555555. Windows color (decimal): -2291584 or 8390877. OLE color: 8390877.

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

Color convert

RGB 221 8 128 -
CMYK 0 0.96 0.42 0.13
HSL 326.2º 0.93% 0.45% -
HSV(B) 326.2º 0.96% 0.87% -
XYZ 33.8 17.1 21.94 -
YUV 85.37 152.07 224.74 -
System Red Green Blue C M Y K H S L
Decimal 221 8 128 0 0.96 0.42 0.13 326.2 0.93 0.45
Hex DD 8 80 0 60 2A D 146 5D 2D
Octal 335 10 200 0 140 52 15 506 135 55
Binary 11011101 1000 10000000 0 1100000 101010 1101 101000110 1011101 101101

Color Harmonies of #DD0880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0880

Black with #DD0880

Text Example


Text Example

White with #DD0880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0880; }

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

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

background-color css

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

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

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

border-color css

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

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

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