#DD4465

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

Shades of Cerise #DD4465

Tints of Cerise #DD4465

Color information

#DD4465 (or 0xDD4465) is unknown color: approx Cerise. HEX triplet: DD, 44 and 65. RGB value is (221,68,101). Sum of RGB (Red+Green+Blue) = 221+68+101=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4465 is #22BB9A. Grayscale: #757575. Windows color (decimal): -2276251 or 6636765. OLE color: 6636765.

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

Color convert

RGB22168101-
CMYK00.690.540.13
HSL347.06º69.23%56.67%-
HSV(B)347.06º69.23%86.67%-
XYZ34.2320.4514.45-
YUV117.51118.69201.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 68 (26.95% from 255) = 17.44%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=56.67%
G=17.44%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216810100.690.540.13347.0669.2356.67
HexDD446504536D15b4539
Octal3351041450105661553310571
Binary11011101100010011001010100010111011011011010110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4465; }

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

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

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

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

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

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

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

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