#DD3361

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

Shades of Cerise #DD3361

Tints of Cerise #DD3361

Color information

#DD3361 (or 0xDD3361) is unknown color: approx Cerise. HEX triplet: DD, 33 and 61. RGB value is (221,51,97). Sum of RGB (Red+Green+Blue) = 221+51+97=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3361 is #22CC9E. Grayscale: #6B6B6B. Windows color (decimal): -2280607 or 6370269. OLE color: 6370269.

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

Color convert

RGB2215197-
CMYK00.770.560.13
HSL343.76º71.43%53.33%-
HSV(B)343.76º76.92%86.67%-
XYZ33.1618.613.15-
YUV107.07122.32209.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.89%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=59.89%
G=13.82%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221519700.770.560.13343.7671.4353.33
HexDD336104D38D1584735
Octal335631410115701553010765
Binary1101110111001111000010100110111100011011010110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3361; }

 p { color: rgb(221,51,97); }

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

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

 a { background-color: rgb(221,51,97); }

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

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

 span { border-color: rgb(221,51,97); }

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