#DD3E70

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

Shades of Cerise #DD3E70

Tints of Cerise #DD3E70

Color information

#DD3E70 (or 0xDD3E70) is unknown color: approx Cerise. HEX triplet: DD, 3E and 70. RGB value is (221,62,112). Sum of RGB (Red+Green+Blue) = 221+62+112=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E70 is #22C18F. Grayscale: #737373. Windows color (decimal): -2277776 or 7356125. OLE color: 7356125.

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

Color convert

RGB22162112-
CMYK00.720.490.13
HSL341.13º70.04%55.49%-
HSV(B)341.13º71.95%86.67%-
XYZ34.4719.9917.37-
YUV115.24126.18203.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=55.95%
G=15.70%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216211200.720.490.13341.1370.0455.49
HexDD3E7004831D1554637
Octal335761600110611552510667
Binary1101110111111011100000100100011000111011010101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3E70; }

 p { color: rgb(221,62,112); }

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

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

 a { background-color: rgb(221,62,112); }

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

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

 span { border-color: rgb(221,62,112); }

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