#DC1B96

Color #DC1B96 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DC1B96

Tints of Medium Violet Red #DC1B96

Color information

#DC1B96 (or 0xDC1B96) is unknown color: approx Medium Violet Red. HEX triplet: DC, 1B and 96. RGB value is (220,27,150). Sum of RGB (Red+Green+Blue) = 220+27+150=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B96 is #23E469. Grayscale: #626262. Windows color (decimal): -2352234 or 9837532. OLE color: 9837532.

HSL color Cylindrical-coordinate representation of color #DC1B96: hue angle of 321.76º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B96 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB22027150-
CMYK00.880.320.14
HSL321.76º78.14%48.43%-
HSV(B)321.76º87.73%86.27%-
XYZ35.4118.230.5-
YUV98.73156.94214.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.42%
GREEN value IS 27 (10.94% from 255) = 6.80%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=55.42%
G=6.80%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202715000.880.320.14321.7678.1448.43
HexDC1B9605820E1424e30
Octal334332260130401650211660
Binary1101110011011100101100101100010000011101010000101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1B96; }

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

 H1.HeaderClassName
 {
   color: #DC1B96;
 }
 .AnyTagClassName
 {
   color: #DC1B96;
 }
</style>
background-color css

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

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

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

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

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

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