#DD3870

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

Shades of Cerise #DD3870

Tints of Cerise #DD3870

Color information

#DD3870 (or 0xDD3870) is unknown color: approx Cerise. HEX triplet: DD, 38 and 70. RGB value is (221,56,112). Sum of RGB (Red+Green+Blue) = 221+56+112=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3870 is #22C78F. Grayscale: #6F6F6F. Windows color (decimal): -2279312 or 7354589. OLE color: 7354589.

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

Color convert

RGB22156112-
CMYK00.750.490.13
HSL339.64º70.82%54.31%-
HSV(B)339.64º74.66%86.67%-
XYZ34.1619.3717.27-
YUV111.72128.16205.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.81%
GREEN value IS 56 (22.27% from 255) = 14.40%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=56.81%
G=14.40%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215611200.750.490.13339.6470.8254.31
HexDD387004B31D1544736
Octal335701600113611552410766
Binary1101110111100011100000100101111000111011010101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3870; }

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

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

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

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

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

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

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

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