#DD3970

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

Shades of Cerise #DD3970

Tints of Cerise #DD3970

Color information

#DD3970 (or 0xDD3970) is unknown color: approx Cerise. HEX triplet: DD, 39 and 70. RGB value is (221,57,112). Sum of RGB (Red+Green+Blue) = 221+57+112=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3970 is #22C68F. Grayscale: #707070. Windows color (decimal): -2279056 or 7354845. OLE color: 7354845.

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

Color convert

RGB22157112-
CMYK00.740.490.13
HSL339.88º70.69%54.51%-
HSV(B)339.88º74.21%86.67%-
XYZ34.2119.4717.28-
YUV112.31127.83205.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 57 (22.66% from 255) = 14.62%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=56.67%
G=14.62%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215711200.740.490.13339.8870.6954.51
HexDD397004A31D1544737
Octal335711600112611552410767
Binary1101110111100111100000100101011000111011010101001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3970; }

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

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

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

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

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

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

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

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