#DD2C6B

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

Shades of Cerise #DD2C6B

Tints of Cerise #DD2C6B

Color information

#DD2C6B (or 0xDD2C6B) is unknown color: approx Cerise. HEX triplet: DD, 2C and 6B. RGB value is (221,44,107). Sum of RGB (Red+Green+Blue) = 221+44+107=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2C6B is #22D394. Grayscale: #686868. Windows color (decimal): -2282389 or 7023837. OLE color: 7023837.

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

Color convert

RGB22144107-
CMYK00.800.520.13
HSL338.64º72.24%51.96%-
HSV(B)338.64º80.09%86.67%-
XYZ33.3718.2415.67-
YUV104.1129.64211.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.41%
GREEN value IS 44 (17.58% from 255) = 11.83%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=59.41%
G=11.83%
B=28.76%

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
Decimal2214410700.800.520.13338.6472.2451.96
HexDD2C6B05034D1534834
Octal335541530120641552311064
Binary1101110110110011010110101000011010011011010100111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C6B; }

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

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

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

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

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

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

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

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