#DD3460

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

Shades of Cerise #DD3460

Tints of Cerise #DD3460

Color information

#DD3460 (or 0xDD3460) is unknown color: approx Cerise. HEX triplet: DD, 34 and 60. RGB value is (221,52,96). Sum of RGB (Red+Green+Blue) = 221+52+96=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3460 is #22CB9F. Grayscale: #6B6B6B. Windows color (decimal): -2280352 or 6304989. OLE color: 6304989.

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

Color convert

RGB2215296-
CMYK00.760.570.13
HSL344.38º71.31%53.53%-
HSV(B)344.38º76.47%86.67%-
XYZ33.1618.6712.92-
YUV107.55121.49208.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.89%
GREEN value IS 52 (20.70% from 255) = 14.09%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=59.89%
G=14.09%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221529600.760.570.13344.3871.3153.53
HexDD346004C39D1584736
Octal335641400114711553010766
Binary1101110111010011000000100110011100111011010110001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3460; }

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

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

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

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

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

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

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

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