#DC1B97

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

Shades of Medium Violet Red #DC1B97

Tints of Medium Violet Red #DC1B97

Color information

#DC1B97 (or 0xDC1B97) is unknown color: approx Medium Violet Red. HEX triplet: DC, 1B and 97. RGB value is (220,27,151). Sum of RGB (Red+Green+Blue) = 220+27+151=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B97 is #23E468. Grayscale: #626262. Windows color (decimal): -2352233 or 9903068. OLE color: 9903068.

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

Color convert

RGB22027151-
CMYK00.880.310.14
HSL321.45º78.14%48.43%-
HSV(B)321.45º87.73%86.27%-
XYZ35.4918.2330.93-
YUV98.84157.44214.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.28%
GREEN value IS 27 (10.94% from 255) = 6.78%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=55.28%
G=6.78%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202715100.880.310.14321.4578.1448.43
HexDC1B970581FE1414e30
Octal334332270130371650111660
Binary110111001101110010111010110001111111101010000011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1B97; }

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

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

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

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

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

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

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

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