Html Css Color HEX #DD1888 Medium Violet Red

📋 copy color: '#DD1888'

red 221 ◦ green 24 ◦ blue 136

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

Shades of Medium Violet Red #DD1888

Tints of Medium Violet Red #DD1888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.3%

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

R = 58.01%
G = 6.3%
B = 35.7%

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

#DD1888 (or 0xDD1888) is known color: Medium Violet Red. HEX triplet: DD, 18 and 88. RGB value is (221,24,136). Sum of RGB (Red+Green+Blue) = 221+24+136=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1888 is #22E777. Grayscale: #5F5F5F. Windows color (decimal): -2287480 or 8919261. OLE color: 8919261.

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

Color convert

RGB 221 24 136 -
CMYK 0 0.89 0.38 0.13
HSL 325.89º 0.8% 0.48% -
HSV(B) 325.89º 0.89% 0.87% -
XYZ 34.59 17.8 24.91 -
YUV 95.67 150.77 217.39 -
System Red Green Blue C M Y K H S L
Decimal 221 24 136 0 0.89 0.38 0.13 325.89 0.8 0.48
Hex DD 18 88 0 59 26 D 146 50 30
Octal 335 30 210 0 131 46 15 506 120 60
Binary 11011101 11000 10001000 0 1011001 100110 1101 101000110 1010000 110000

Color Harmonies of #DD1888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1888

Black with #DD1888

Text Example


Text Example

White with #DD1888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1888; }

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

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

background-color css

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

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

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

border-color css

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

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

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