#DD405C

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

Shades of Cerise #DD405C

Tints of Cerise #DD405C

Color information

#DD405C (or 0xDD405C) is unknown color: approx Cerise. HEX triplet: DD, 40 and 5C. RGB value is (221,64,92). Sum of RGB (Red+Green+Blue) = 221+64+92=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD405C is #22BFA3. Grayscale: #727272. Windows color (decimal): -2277284 or 6045917. OLE color: 6045917.

HSL color Cylindrical-coordinate representation of color #DD405C: hue angle of 349.3º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD405C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB2216492-
CMYK00.710.580.13
HSL349.3º69.78%55.88%-
HSV(B)349.3º71.04%86.67%-
XYZ33.5819.8112.18-
YUV114.14115.51204.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=58.62%
G=16.98%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221649200.710.580.13349.369.7855.88
HexDD405C0473AD15d4638
Octal3351001340107721553510670
Binary11011101100000010111000100011111101011011010111011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD405C; }

 p { color: rgb(221,64,92); }

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

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

 a { background-color: rgb(221,64,92); }

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

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

 span { border-color: rgb(221,64,92); }

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