#DD3871

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

Shades of Cerise #DD3871

Tints of Cerise #DD3871

Color information

#DD3871 (or 0xDD3871) is unknown color: approx Cerise. HEX triplet: DD, 38 and 71. RGB value is (221,56,113). Sum of RGB (Red+Green+Blue) = 221+56+113=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3871 is #22C78E. Grayscale: #6F6F6F. Windows color (decimal): -2279311 or 7420125. OLE color: 7420125.

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

Color convert

RGB22156113-
CMYK00.750.490.13
HSL339.27º70.82%54.31%-
HSV(B)339.27º74.66%86.67%-
XYZ34.2119.3917.56-
YUV111.83128.66205.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 56 (22.27% from 255) = 14.36%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=56.67%
G=14.36%
B=28.97%

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
Decimal2215611300.750.490.13339.2770.8254.31
HexDD387104B31D1534736
Octal335701610113611552310766
Binary1101110111100011100010100101111000111011010100111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3871; }

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

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

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

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

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

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

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

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