#DD2864

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

Shades of Cerise #DD2864

Tints of Cerise #DD2864

Color information

#DD2864 (or 0xDD2864) is unknown color: approx Cerise. HEX triplet: DD, 28 and 64. RGB value is (221,40,100). Sum of RGB (Red+Green+Blue) = 221+40+100=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2864 is #22D79B. Grayscale: #646464. Windows color (decimal): -2283420 or 6564061. OLE color: 6564061.

HSL color Cylindrical-coordinate representation of color #DD2864: hue angle of 340.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2864 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB22140100-
CMYK00.820.550.13
HSL340.11º72.69%51.18%-
HSV(B)340.11º81.9%86.67%-
XYZ32.8817.8113.76-
YUV100.96127.47213.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.22%
GREEN value IS 40 (16.02% from 255) = 11.08%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=61.22%
G=11.08%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214010000.820.550.13340.1172.6951.18
HexDD286405237D1544933
Octal335501440122671552411163
Binary1101110110100011001000101001011011111011010101001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2864; }

 p { color: rgb(221,40,100); }

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

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

 a { background-color: rgb(221,40,100); }

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

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

 span { border-color: rgb(221,40,100); }

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