#df1c95

Color #DF1C95 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DF1C95

Tints of Deep Cerise #DF1C95

Color information

#DF1C95 (or 0xDF1C95) is unknown color: approx Deep Cerise. HEX triplet: DF, 1C and 95. RGB value is (223,28,149). Sum of RGB (Red+Green+Blue) = 223+28+149=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1C95 is #20E36A. Grayscale: #636363. Windows color (decimal): -2155371 or 9772255. OLE color: 9772255.

HSL color Cylindrical-coordinate representation of color #DF1C95: hue angle of 322.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1C95 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22328149-
CMYK00.870.330.13
HSL322.77º77.69%49.22%-
HSV(B)322.77º87.44%87.45%-
XYZ36.2718.6930.13-
YUV100.1155.6215.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.75%
GREEN value IS 28 (11.33% from 255) = 7%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=55.75%
G=7%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232814900.870.330.13322.7777.6949.22
HexDF1C9505721D1434e31
Octal337342250127411550311661
Binary1101111111100100101010101011110000111011010000111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1c95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1c95; }

 p { color: rgb(223,28,149); }

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

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

 a { background-color: rgb(223,28,149); }

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

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

 span { border-color: rgb(223,28,149); }

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