#DD335F

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

Shades of Cerise #DD335F

Tints of Cerise #DD335F

Color information

#DD335F (or 0xDD335F) is unknown color: approx Cerise. HEX triplet: DD, 33 and 5F. RGB value is (221,51,95). Sum of RGB (Red+Green+Blue) = 221+51+95=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD335F is #22CCA0. Grayscale: #6A6A6A. Windows color (decimal): -2280609 or 6239197. OLE color: 6239197.

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

Color convert

RGB2215195-
CMYK00.770.570.13
HSL344.47º71.43%53.33%-
HSV(B)344.47º76.92%86.67%-
XYZ33.0718.5712.67-
YUV106.85121.32209.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.22%
GREEN value IS 51 (20.31% from 255) = 13.90%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=60.22%
G=13.90%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221519500.770.570.13344.4771.4353.33
HexDD335F04D39D1584735
Octal335631370115711553010765
Binary1101110111001110111110100110111100111011010110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD335F; }

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

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

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

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

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

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

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

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