#DD346D

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

Shades of Cerise #DD346D

Tints of Cerise #DD346D

Color information

#DD346D (or 0xDD346D) is unknown color: approx Cerise. HEX triplet: DD, 34 and 6D. RGB value is (221,52,109). Sum of RGB (Red+Green+Blue) = 221+52+109=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD346D is #22CB92. Grayscale: #6C6C6C. Windows color (decimal): -2280339 or 7156957. OLE color: 7156957.

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

Color convert

RGB22152109-
CMYK00.760.510.13
HSL339.76º71.31%53.53%-
HSV(B)339.76º76.47%86.67%-
XYZ33.8118.9316.34-
YUV109.03127.99207.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.85%
GREEN value IS 52 (20.70% from 255) = 13.61%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=57.85%
G=13.61%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215210900.760.510.13339.7671.3153.53
HexDD346D04C33D1544736
Octal335641550114631552410766
Binary1101110111010011011010100110011001111011010101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD346D; }

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

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

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

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

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

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

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

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