#DD3858

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

Shades of Cerise #DD3858

Tints of Cerise #DD3858

Color information

#DD3858 (or 0xDD3858) is unknown color: approx Cerise. HEX triplet: DD, 38 and 58. RGB value is (221,56,88). Sum of RGB (Red+Green+Blue) = 221+56+88=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3858 is #22C7A7. Grayscale: #6D6D6D. Windows color (decimal): -2279336 or 5781725. OLE color: 5781725.

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

Color convert

RGB2215688-
CMYK00.750.600.13
HSL348.36º70.82%54.31%-
HSV(B)348.36º74.66%86.67%-
XYZ32.9918.9111.14-
YUV108.98116.16207.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.55%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=60.55%
G=15.34%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221568800.750.600.13348.3670.8254.31
HexDD385804B3CD15c4736
Octal335701300113741553410766
Binary1101110111100010110000100101111110011011010111001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3858; }

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

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

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

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

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

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

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

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