Html Css Color HEX #DD0989 Medium Violet Red

📋 copy color: '#DD0989'

red 221 ◦ green 9 ◦ blue 137

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

Shades of Medium Violet Red #DD0989

Tints of Medium Violet Red #DD0989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

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

R = 60.22%
G = 2.45%
B = 37.33%

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

#DD0989 (or 0xDD0989) is known color: Medium Violet Red. HEX triplet: DD, 09 and 89. RGB value is (221,9,137). Sum of RGB (Red+Green+Blue) = 221+9+137=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0989 is #22F676. Grayscale: #565656. Windows color (decimal): -2291319 or 8980957. OLE color: 8980957.

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

Color convert

RGB 221 9 137 -
CMYK 0 0.96 0.38 0.13
HSL 323.77º 0.92% 0.45% -
HSV(B) 323.77º 0.96% 0.87% -
XYZ 34.43 17.37 25.21 -
YUV 86.98 156.24 223.59 -
System Red Green Blue C M Y K H S L
Decimal 221 9 137 0 0.96 0.38 0.13 323.77 0.92 0.45
Hex DD 9 89 0 60 26 D 144 5C 2D
Octal 335 11 211 0 140 46 15 504 134 55
Binary 11011101 1001 10001001 0 1100000 100110 1101 101000100 1011100 101101

Color Harmonies of #DD0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0989

Black with #DD0989

Text Example


Text Example

White with #DD0989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0989; }

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

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

background-color css

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

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

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

border-color css

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

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

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