#DD345D

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

Shades of Cerise #DD345D

Tints of Cerise #DD345D

Color information

#DD345D (or 0xDD345D) is unknown color: approx Cerise. HEX triplet: DD, 34 and 5D. RGB value is (221,52,93). Sum of RGB (Red+Green+Blue) = 221+52+93=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD345D is #22CBA2. Grayscale: #6B6B6B. Windows color (decimal): -2280355 or 6108381. OLE color: 6108381.

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

Color convert

RGB2215293-
CMYK00.760.580.13
HSL345.44º71.31%53.53%-
HSV(B)345.44º76.47%86.67%-
XYZ33.0218.6212.21-
YUV107.2119.99209.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.38%
GREEN value IS 52 (20.70% from 255) = 14.21%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=60.38%
G=14.21%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221529300.760.580.13345.4471.3153.53
HexDD345D04C3AD1594736
Octal335641350114721553110766
Binary1101110111010010111010100110011101011011010110011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD345D; }

 p { color: rgb(221,52,93); }

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

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

 a { background-color: rgb(221,52,93); }

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

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

 span { border-color: rgb(221,52,93); }

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