Html Css Color HEX #DD0A88 Medium Violet Red

📋 copy color: '#DD0A88'

red 221 ◦ green 10 ◦ blue 136

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

Shades of Medium Violet Red #DD0A88

Tints of Medium Violet Red #DD0A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 60.22%
G = 2.72%
B = 37.06%

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

#DD0A88 (or 0xDD0A88) is known color: Medium Violet Red. HEX triplet: DD, 0A and 88. RGB value is (221,10,136). Sum of RGB (Red+Green+Blue) = 221+10+136=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0A88 is #22F577. Grayscale: #575757. Windows color (decimal): -2291064 or 8915677. OLE color: 8915677.

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

Color convert

RGB 221 10 136 -
CMYK 0 0.95 0.38 0.13
HSL 324.17º 0.91% 0.45% -
HSV(B) 324.17º 0.95% 0.87% -
XYZ 34.37 17.37 24.83 -
YUV 87.45 155.4 223.25 -
System Red Green Blue C M Y K H S L
Decimal 221 10 136 0 0.95 0.38 0.13 324.17 0.91 0.45
Hex DD A 88 0 5F 26 D 144 5B 2D
Octal 335 12 210 0 137 46 15 504 133 55
Binary 11011101 1010 10001000 0 1011111 100110 1101 101000100 1011011 101101

Color Harmonies of #DD0A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A88

Black with #DD0A88

Text Example


Text Example

White with #DD0A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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