#DD2C7E

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

Shades of Deep Cerise #DD2C7E

Tints of Deep Cerise #DD2C7E

Color information

#DD2C7E (or 0xDD2C7E) is unknown color: approx Deep Cerise. HEX triplet: DD, 2C and 7E. RGB value is (221,44,126). Sum of RGB (Red+Green+Blue) = 221+44+126=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2C7E is #22D381. Grayscale: #6A6A6A. Windows color (decimal): -2282370 or 8269021. OLE color: 8269021.

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

Color convert

RGB22144126-
CMYK00.800.430.13
HSL332.2º72.24%51.96%-
HSV(B)332.2º80.09%86.67%-
XYZ34.4918.6821.53-
YUV106.27139.14209.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 44 (17.58% from 255) = 11.25%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=56.52%
G=11.25%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214412600.800.430.13332.272.2451.96
HexDD2C7E0502BD14c4834
Octal335541760120531551411064
Binary1101110110110011111100101000010101111011010011001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C7E; }

 p { color: rgb(221,44,126); }

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

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

 a { background-color: rgb(221,44,126); }

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

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

 span { border-color: rgb(221,44,126); }

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