#DF2C7A

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

Shades of Deep Cerise #DF2C7A

Tints of Deep Cerise #DF2C7A

Color information

#DF2C7A (or 0xDF2C7A) is unknown color: approx Deep Cerise. HEX triplet: DF, 2C and 7A. RGB value is (223,44,122). Sum of RGB (Red+Green+Blue) = 223+44+122=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C7A is #20D385. Grayscale: #6A6A6A. Windows color (decimal): -2151302 or 8006879. OLE color: 8006879.

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

Color convert

RGB22344122-
CMYK00.800.450.13
HSL333.85º73.66%52.35%-
HSV(B)333.85º80.27%87.45%-
XYZ34.8418.8920.22-
YUV106.41136.8211.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.33%
GREEN value IS 44 (17.58% from 255) = 11.31%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=57.33%
G=11.31%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234412200.800.450.13333.8573.6652.35
HexDF2C7A0502DD14e4a34
Octal337541720120551551611264
Binary1101111110110011110100101000010110111011010011101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2C7A; }

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

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

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

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

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

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

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

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