Html Css Color HEX #DD0988 Medium Violet Red

📋 copy color: '#DD0988'

red 221 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #DD0988

Tints of Medium Violet Red #DD0988

RGB

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

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

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

R = 60.38%
G = 2.46%
B = 37.16%

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

#DD0988 (or 0xDD0988) is known color: Medium Violet Red. HEX triplet: DD, 09 and 88. RGB value is (221,9,136). Sum of RGB (Red+Green+Blue) = 221+9+136=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0988 is #22F677. Grayscale: #565656. Windows color (decimal): -2291320 or 8915421. OLE color: 8915421.

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

Color convert

RGB 221 9 136 -
CMYK 0 0.96 0.38 0.13
HSL 324.06º 0.92% 0.45% -
HSV(B) 324.06º 0.96% 0.87% -
XYZ 34.36 17.35 24.83 -
YUV 86.87 155.74 223.67 -
System Red Green Blue C M Y K H S L
Decimal 221 9 136 0 0.96 0.38 0.13 324.06 0.92 0.45
Hex DD 9 88 0 60 26 D 144 5C 2D
Octal 335 11 210 0 140 46 15 504 134 55
Binary 11011101 1001 10001000 0 1100000 100110 1101 101000100 1011100 101101

Color Harmonies of #DD0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0988

Black with #DD0988

Text Example


Text Example

White with #DD0988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0988; }

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

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

background-color css

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

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

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

border-color css

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

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

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