#DD4463

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

Shades of Cerise #DD4463

Tints of Cerise #DD4463

Color information

#DD4463 (or 0xDD4463) is unknown color: approx Cerise. HEX triplet: DD, 44 and 63. RGB value is (221,68,99). Sum of RGB (Red+Green+Blue) = 221+68+99=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4463 is #22BB9C. Grayscale: #757575. Windows color (decimal): -2276253 or 6505693. OLE color: 6505693.

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

Color convert

RGB2216899-
CMYK00.690.550.13
HSL347.84º69.23%56.67%-
HSV(B)347.84º69.23%86.67%-
XYZ34.1420.4113.94-
YUV117.28117.69201.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.96%
GREEN value IS 68 (26.95% from 255) = 17.53%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=56.96%
G=17.53%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221689900.690.550.13347.8469.2356.67
HexDD446304537D15c4539
Octal3351041430105671553410571
Binary11011101100010011000110100010111011111011010111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4463; }

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

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

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

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

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

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

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

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