#DD3D62

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

Shades of Cerise #DD3D62

Tints of Cerise #DD3D62

Color information

#DD3D62 (or 0xDD3D62) is unknown color: approx Cerise. HEX triplet: DD, 3D and 62. RGB value is (221,61,98). Sum of RGB (Red+Green+Blue) = 221+61+98=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D62 is #22C29D. Grayscale: #717171. Windows color (decimal): -2278046 or 6438365. OLE color: 6438365.

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

Color convert

RGB2216198-
CMYK00.720.560.13
HSL346.12º70.18%55.29%-
HSV(B)346.12º72.4%86.67%-
XYZ33.6919.5913.56-
YUV113.06119.51204.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 61 (24.22% from 255) = 16.05%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=58.16%
G=16.05%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221619800.720.560.13346.1270.1855.29
HexDD3D6204838D15a4637
Octal335751420110701553210667
Binary1101110111110111000100100100011100011011010110101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3D62; }

 p { color: rgb(221,61,98); }

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

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

 a { background-color: rgb(221,61,98); }

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

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

 span { border-color: rgb(221,61,98); }

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