#DC1B98

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

Shades of Medium Violet Red #DC1B98

Tints of Medium Violet Red #DC1B98

Color information

#DC1B98 (or 0xDC1B98) is unknown color: approx Medium Violet Red. HEX triplet: DC, 1B and 98. RGB value is (220,27,152). Sum of RGB (Red+Green+Blue) = 220+27+152=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B98 is #23E467. Grayscale: #626262. Windows color (decimal): -2352232 or 9968604. OLE color: 9968604.

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

Color convert

RGB22027152-
CMYK00.880.310.14
HSL321.14º78.14%48.43%-
HSV(B)321.14º87.73%86.27%-
XYZ35.5718.2731.36-
YUV98.96157.94214.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.14%
GREEN value IS 27 (10.94% from 255) = 6.77%
BLUE value IS 152 (59.77% from 255) = 38.10%
R=55.14%
G=6.77%
B=38.10%

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
Decimal2202715200.880.310.14321.1478.1448.43
HexDC1B980581FE1414e30
Octal334332300130371650111660
Binary110111001101110011000010110001111111101010000011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1B98; }

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

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

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

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

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

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

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

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