#DF1C7F

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

Shades of Deep Cerise #DF1C7F

Tints of Deep Cerise #DF1C7F

Color information

#DF1C7F (or 0xDF1C7F) is unknown color: approx Deep Cerise. HEX triplet: DF, 1C and 7F. RGB value is (223,28,127). Sum of RGB (Red+Green+Blue) = 223+28+127=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1C7F is #20E380. Grayscale: #616161. Windows color (decimal): -2155393 or 8330463. OLE color: 8330463.

HSL color Cylindrical-coordinate representation of color #DF1C7F: hue angle of 329.54º 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 #DF1C7F is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22328127-
CMYK00.870.430.13
HSL329.54º77.69%49.22%-
HSV(B)329.54º87.44%87.45%-
XYZ34.6818.0521.74-
YUV97.59144.6217.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.99%
GREEN value IS 28 (11.33% from 255) = 7.41%
BLUE value IS 127 (50% from 255) = 33.60%
R=58.99%
G=7.41%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232812700.870.430.13329.5477.6949.22
HexDF1C7F0572BD14a4e31
Octal337341770127531551211661
Binary110111111110011111110101011110101111011010010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1C7F; }

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

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

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

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

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

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

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

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