Html Css Color HEX #DD1B99 Medium Violet Red

📋 copy color: '#DD1B99'

red 221 ◦ green 27 ◦ blue 153

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

Shades of Medium Violet Red #DD1B99

Tints of Medium Violet Red #DD1B99

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.73%

 BLUE value IS 153 (60.16% from 255) = 38.15%

R = 55.11%
G = 6.73%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD1B99 (or 0xDD1B99) is known color: Medium Violet Red. HEX triplet: DD, 1B and 99. RGB value is (221,27,153). Sum of RGB (Red+Green+Blue) = 221+27+153=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1B99 is #22E466. Grayscale: #636363. Windows color (decimal): -2286695 or 10034141. OLE color: 10034141.

HSL color Cylindrical-coordinate representation of color #DD1B99: hue angle of 321.03º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B99 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 27 153 -
CMYK 0 0.88 0.31 0.13
HSL 321.03º 0.78% 0.49% -
HSV(B) 321.03º 0.88% 0.87% -
XYZ 35.96 18.46 31.8 -
YUV 99.37 158.27 214.75 -
System Red Green Blue C M Y K H S L
Decimal 221 27 153 0 0.88 0.31 0.13 321.03 0.78 0.49
Hex DD 1B 99 0 58 1F D 141 4E 31
Octal 335 33 231 0 130 37 15 501 116 61
Binary 11011101 11011 10011001 0 1011000 11111 1101 101000001 1001110 110001

Color Harmonies of #DD1B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B99

Black with #DD1B99

Text Example


Text Example

White with #DD1B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B99; }

 p { color: rgb(221,27,153); }

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

background-color css

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

 a { background-color: rgb(221,27,153); }

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

border-color css

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

 span { border-color: rgb(221,27,153); }

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