Html Css Color HEX #DD1B96 Medium Violet Red

📋 copy color: '#DD1B96'

red 221 ◦ green 27 ◦ blue 150

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

Shades of Medium Violet Red #DD1B96

Tints of Medium Violet Red #DD1B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.69%

R = 55.53%
G = 6.78%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD1B96 (or 0xDD1B96) is known color: Medium Violet Red. HEX triplet: DD, 1B and 96. RGB value is (221,27,150). Sum of RGB (Red+Green+Blue) = 221+27+150=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1B96 is #22E469. Grayscale: #626262. Windows color (decimal): -2286698 or 9837533. OLE color: 9837533.

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

Color convert

RGB 221 27 150 -
CMYK 0 0.88 0.32 0.13
HSL 321.96º 0.78% 0.49% -
HSV(B) 321.96º 0.88% 0.87% -
XYZ 35.72 18.36 30.52 -
YUV 99.03 156.77 215 -
System Red Green Blue C M Y K H S L
Decimal 221 27 150 0 0.88 0.32 0.13 321.96 0.78 0.49
Hex DD 1B 96 0 58 20 D 142 4E 31
Octal 335 33 226 0 130 40 15 502 116 61
Binary 11011101 11011 10010110 0 1011000 100000 1101 101000010 1001110 110001

Color Harmonies of #DD1B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B96

Black with #DD1B96

Text Example


Text Example

White with #DD1B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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