Html Css Color HEX #DD0A89 Medium Violet Red

📋 copy color: '#DD0A89'

red 221 ◦ green 10 ◦ blue 137

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

Shades of Medium Violet Red #DD0A89

Tints of Medium Violet Red #DD0A89

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.72%

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

R = 60.05%
G = 2.72%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD0A89 (or 0xDD0A89) is known color: Medium Violet Red. HEX triplet: DD, 0A and 89. RGB value is (221,10,137). Sum of RGB (Red+Green+Blue) = 221+10+137=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0A89 is #22F576. Grayscale: #575757. Windows color (decimal): -2291063 or 8981213. OLE color: 8981213.

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

Color convert

RGB 221 10 137 -
CMYK 0 0.95 0.38 0.13
HSL 323.89º 0.91% 0.45% -
HSV(B) 323.89º 0.95% 0.87% -
XYZ 34.44 17.4 25.21 -
YUV 87.57 155.9 223.17 -
System Red Green Blue C M Y K H S L
Decimal 221 10 137 0 0.95 0.38 0.13 323.89 0.91 0.45
Hex DD A 89 0 5F 26 D 144 5B 2D
Octal 335 12 211 0 137 46 15 504 133 55
Binary 11011101 1010 10001001 0 1011111 100110 1101 101000100 1011011 101101

Color Harmonies of #DD0A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A89

Black with #DD0A89

Text Example


Text Example

White with #DD0A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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