#DD3B88

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

Shades of Deep Cerise #DD3B88

Tints of Deep Cerise #DD3B88

Color information

#DD3B88 (or 0xDD3B88) is unknown color: approx Deep Cerise. HEX triplet: DD, 3B and 88. RGB value is (221,59,136). Sum of RGB (Red+Green+Blue) = 221+59+136=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3B88 is #22C477. Grayscale: #747474. Windows color (decimal): -2278520 or 8928221. OLE color: 8928221.

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

Color convert

RGB22159136-
CMYK00.730.380.13
HSL331.48º70.43%54.9%-
HSV(B)331.48º73.3%86.67%-
XYZ35.8320.2825.32-
YUV116.22139.17202.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.12%
GREEN value IS 59 (23.44% from 255) = 14.18%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=53.12%
G=14.18%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215913600.730.380.13331.4870.4354.9
HexDD3B8804926D14b4637
Octal335732100111461551310667
Binary11011101111011100010000100100110011011011010010111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3B88; }

 p { color: rgb(221,59,136); }

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

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

 a { background-color: rgb(221,59,136); }

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

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

 span { border-color: rgb(221,59,136); }

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