#DF2C77

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

Shades of Deep Cerise #DF2C77

Tints of Deep Cerise #DF2C77

Color information

#DF2C77 (or 0xDF2C77) is unknown color: approx Deep Cerise. HEX triplet: DF, 2C and 77. RGB value is (223,44,119). Sum of RGB (Red+Green+Blue) = 223+44+119=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C77 is #20D388. Grayscale: #696969. Windows color (decimal): -2151305 or 7810271. OLE color: 7810271.

HSL color Cylindrical-coordinate representation of color #DF2C77: hue angle of 334.86º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C77 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB22344119-
CMYK00.800.470.13
HSL334.86º73.66%52.35%-
HSV(B)334.86º80.27%87.45%-
XYZ34.6618.8219.26-
YUV106.07135.3211.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.77%
GREEN value IS 44 (17.58% from 255) = 11.40%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=57.77%
G=11.40%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234411900.800.470.13334.8673.6652.35
HexDF2C770502FD14f4a34
Octal337541670120571551711264
Binary1101111110110011101110101000010111111011010011111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2C77; }

 p { color: rgb(223,44,119); }

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

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

 a { background-color: rgb(223,44,119); }

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

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

 span { border-color: rgb(223,44,119); }

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