#dd4468

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

Shades of Cerise #DD4468

Tints of Cerise #DD4468

Color information

#DD4468 (or 0xDD4468) is unknown color: approx Cerise. HEX triplet: DD, 44 and 68. RGB value is (221,68,104). Sum of RGB (Red+Green+Blue) = 221+68+104=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4468 is #22BB97. Grayscale: #757575. Windows color (decimal): -2276248 or 6833373. OLE color: 6833373.

HSL color Cylindrical-coordinate representation of color #DD4468: hue angle of 345.88º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4468 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB22168104-
CMYK00.690.530.13
HSL345.88º69.23%56.67%-
HSV(B)345.88º69.23%86.67%-
XYZ34.3820.5115.24-
YUV117.85120.19201.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 68 (26.95% from 255) = 17.30%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=56.23%
G=17.30%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216810400.690.530.13345.8869.2356.67
HexDD446804535D15a4539
Octal3351041500105651553210571
Binary11011101100010011010000100010111010111011010110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd4468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd4468; }

 p { color: rgb(221,68,104); }

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

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

 a { background-color: rgb(221,68,104); }

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

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

 span { border-color: rgb(221,68,104); }

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