Html Css Color HEX #DD0889 Medium Violet Red

📋 copy color: '#DD0889'

red 221 ◦ green 8 ◦ blue 137

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

Shades of Medium Violet Red #DD0889

Tints of Medium Violet Red #DD0889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.43%

R = 60.38%
G = 2.19%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD0889 (or 0xDD0889) is known color: Medium Violet Red. HEX triplet: DD, 08 and 89. RGB value is (221,8,137). Sum of RGB (Red+Green+Blue) = 221+8+137=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0889 is #22F776. Grayscale: #565656. Windows color (decimal): -2291575 or 8980701. OLE color: 8980701.

HSL color Cylindrical-coordinate representation of color #DD0889: hue angle of 323.66º 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 #DD0889 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 137 -
CMYK 0 0.96 0.38 0.13
HSL 323.66º 0.93% 0.45% -
HSV(B) 323.66º 0.96% 0.87% -
XYZ 34.42 17.35 25.2 -
YUV 86.39 156.57 224.01 -
System Red Green Blue C M Y K H S L
Decimal 221 8 137 0 0.96 0.38 0.13 323.66 0.93 0.45
Hex DD 8 89 0 60 26 D 144 5D 2D
Octal 335 10 211 0 140 46 15 504 135 55
Binary 11011101 1000 10001001 0 1100000 100110 1101 101000100 1011101 101101

Color Harmonies of #DD0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0889

Black with #DD0889

Text Example


Text Example

White with #DD0889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0889; }

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

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

background-color css

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

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

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

border-color css

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

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

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