#DD3E71

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

Shades of Cerise #DD3E71

Tints of Cerise #DD3E71

Color information

#DD3E71 (or 0xDD3E71) is unknown color: approx Cerise. HEX triplet: DD, 3E and 71. RGB value is (221,62,113). Sum of RGB (Red+Green+Blue) = 221+62+113=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E71 is #22C18E. Grayscale: #737373. Windows color (decimal): -2277775 or 7421661. OLE color: 7421661.

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

Color convert

RGB22162113-
CMYK00.720.490.13
HSL340.75º70.04%55.49%-
HSV(B)340.75º71.95%86.67%-
XYZ34.5220.0117.67-
YUV115.35126.68203.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.81%
GREEN value IS 62 (24.61% from 255) = 15.66%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=55.81%
G=15.66%
B=28.54%

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
Decimal2216211300.720.490.13340.7570.0455.49
HexDD3E7104831D1554637
Octal335761610110611552510667
Binary1101110111111011100010100100011000111011010101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3E71; }

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

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

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

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

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

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

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

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