Html Css Color HEX #DD0789 Medium Violet Red

📋 copy color: '#DD0789'

red 221 ◦ green 7 ◦ blue 137

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

Shades of Medium Violet Red #DD0789

Tints of Medium Violet Red #DD0789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

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

R = 60.55%
G = 1.92%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD0789 (or 0xDD0789) is known color: Medium Violet Red. HEX triplet: DD, 07 and 89. RGB value is (221,7,137). Sum of RGB (Red+Green+Blue) = 221+7+137=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0789 is #22F876. Grayscale: #555555. Windows color (decimal): -2291831 or 8980445. OLE color: 8980445.

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

Color convert

RGB 221 7 137 -
CMYK 0 0.97 0.38 0.13
HSL 323.55º 0.94% 0.45% -
HSV(B) 323.55º 0.97% 0.87% -
XYZ 34.41 17.33 25.2 -
YUV 85.81 156.9 224.43 -
System Red Green Blue C M Y K H S L
Decimal 221 7 137 0 0.97 0.38 0.13 323.55 0.94 0.45
Hex DD 7 89 0 61 26 D 144 5E 2D
Octal 335 7 211 0 141 46 15 504 136 55
Binary 11011101 111 10001001 0 1100001 100110 1101 101000100 1011110 101101

Color Harmonies of #DD0789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0789

Black with #DD0789

Text Example


Text Example

White with #DD0789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0789; }

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

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

background-color css

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

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

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

border-color css

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

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

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