#DD2C6A

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

Shades of Cerise #DD2C6A

Tints of Cerise #DD2C6A

Color information

#DD2C6A (or 0xDD2C6A) is unknown color: approx Cerise. HEX triplet: DD, 2C and 6A. RGB value is (221,44,106). Sum of RGB (Red+Green+Blue) = 221+44+106=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2C6A is #22D395. Grayscale: #676767. Windows color (decimal): -2282390 or 6958301. OLE color: 6958301.

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

Color convert

RGB22144106-
CMYK00.800.520.13
HSL338.98º72.24%51.96%-
HSV(B)338.98º80.09%86.67%-
XYZ33.3218.2115.4-
YUV103.99129.14211.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.57%
GREEN value IS 44 (17.58% from 255) = 11.86%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=59.57%
G=11.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214410600.800.520.13338.9872.2451.96
HexDD2C6A05034D1534834
Octal335541520120641552311064
Binary1101110110110011010100101000011010011011010100111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C6A; }

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

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

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

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

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

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

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

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