Html Css Color HEX #DD1988 Medium Violet Red

📋 copy color: '#DD1988'

red 221 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #DD1988

Tints of Medium Violet Red #DD1988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.54%

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

R = 57.85%
G = 6.54%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD1988 (or 0xDD1988) is known color: Medium Violet Red. HEX triplet: DD, 19 and 88. RGB value is (221,25,136). Sum of RGB (Red+Green+Blue) = 221+25+136=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1988 is #22E677. Grayscale: #606060. Windows color (decimal): -2287224 or 8919517. OLE color: 8919517.

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

Color convert

RGB 221 25 136 -
CMYK 0 0.89 0.38 0.13
HSL 326.02º 0.8% 0.48% -
HSV(B) 326.02º 0.89% 0.87% -
XYZ 34.61 17.84 24.91 -
YUV 96.26 150.43 216.97 -
System Red Green Blue C M Y K H S L
Decimal 221 25 136 0 0.89 0.38 0.13 326.02 0.8 0.48
Hex DD 19 88 0 59 26 D 146 50 30
Octal 335 31 210 0 131 46 15 506 120 60
Binary 11011101 11001 10001000 0 1011001 100110 1101 101000110 1010000 110000

Color Harmonies of #DD1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1988

Black with #DD1988

Text Example


Text Example

White with #DD1988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1988; }

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

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

background-color css

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

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

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

border-color css

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

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

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