#DD2C8A

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

Shades of Deep Cerise #DD2C8A

Tints of Deep Cerise #DD2C8A

Color information

#DD2C8A (or 0xDD2C8A) is unknown color: approx Deep Cerise. HEX triplet: DD, 2C and 8A. RGB value is (221,44,138). Sum of RGB (Red+Green+Blue) = 221+44+138=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C8A is #22D375. Grayscale: #6B6B6B. Windows color (decimal): -2282358 or 9055453. OLE color: 9055453.

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

Color convert

RGB22144138-
CMYK00.800.380.13
HSL328.14º72.24%51.96%-
HSV(B)328.14º80.09%86.67%-
XYZ35.3119.0125.85-
YUV107.64145.14208.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.84%
GREEN value IS 44 (17.58% from 255) = 10.92%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=54.84%
G=10.92%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214413800.800.380.13328.1472.2451.96
HexDD2C8A05026D1484834
Octal335542120120461551011064
Binary11011101101100100010100101000010011011011010010001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C8A; }

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

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

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

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

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

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

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

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