Html Css Color HEX #DD1096 Medium Violet Red

📋 copy color: '#DD1096'

red 221 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #DD1096

Tints of Medium Violet Red #DD1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.13%

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

R = 57.11%
G = 4.13%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD1096 (or 0xDD1096) is known color: Medium Violet Red. HEX triplet: DD, 10 and 96. RGB value is (221,16,150). Sum of RGB (Red+Green+Blue) = 221+16+150=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1096 is #22EF69. Grayscale: #5C5C5C. Windows color (decimal): -2289514 or 9834717. OLE color: 9834717.

HSL color Cylindrical-coordinate representation of color #DD1096: hue angle of 320.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1096 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 150 -
CMYK 0 0.93 0.32 0.13
HSL 320.78º 0.86% 0.46% -
HSV(B) 320.78º 0.93% 0.87% -
XYZ 35.51 17.94 30.45 -
YUV 92.57 160.42 219.6 -
System Red Green Blue C M Y K H S L
Decimal 221 16 150 0 0.93 0.32 0.13 320.78 0.86 0.46
Hex DD 10 96 0 5D 20 D 141 56 2E
Octal 335 20 226 0 135 40 15 501 126 56
Binary 11011101 10000 10010110 0 1011101 100000 1101 101000001 1010110 101110

Color Harmonies of #DD1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1096

Black with #DD1096

Text Example


Text Example

White with #DD1096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1096; }

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

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

background-color css

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

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

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

border-color css

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

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

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