#DD346A

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

Shades of Cerise #DD346A

Tints of Cerise #DD346A

Color information

#DD346A (or 0xDD346A) is unknown color: approx Cerise. HEX triplet: DD, 34 and 6A. RGB value is (221,52,106). Sum of RGB (Red+Green+Blue) = 221+52+106=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD346A is #22CB95. Grayscale: #6C6C6C. Windows color (decimal): -2280342 or 6960349. OLE color: 6960349.

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

Color convert

RGB22152106-
CMYK00.760.520.13
HSL340.83º71.31%53.53%-
HSV(B)340.83º76.47%86.67%-
XYZ33.6518.8715.5-
YUV108.69126.49208.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.31%
GREEN value IS 52 (20.70% from 255) = 13.72%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=58.31%
G=13.72%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215210600.760.520.13340.8371.3153.53
HexDD346A04C34D1554736
Octal335641520114641552510766
Binary1101110111010011010100100110011010011011010101011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD346A; }

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

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

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

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

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

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

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

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