#DD1C84

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

Shades of Deep Cerise #DD1C84

Tints of Deep Cerise #DD1C84

Color information

#DD1C84 (or 0xDD1C84) is unknown color: approx Deep Cerise. HEX triplet: DD, 1C and 84. RGB value is (221,28,132). Sum of RGB (Red+Green+Blue) = 221+28+132=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C84 is #22E37B. Grayscale: #616161. Windows color (decimal): -2286460 or 8658141. OLE color: 8658141.

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

Color convert

RGB22128132-
CMYK00.870.400.13
HSL327.67º77.51%48.82%-
HSV(B)327.67º87.33%86.67%-
XYZ34.417.8723.47-
YUV97.56147.44216.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.01%
GREEN value IS 28 (11.33% from 255) = 7.35%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=58.01%
G=7.35%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212813200.870.400.13327.6777.5148.82
HexDD1C8405728D1484e31
Octal335342040127501551011661
Binary1101110111100100001000101011110100011011010010001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1C84; }

 p { color: rgb(221,28,132); }

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

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

 a { background-color: rgb(221,28,132); }

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

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

 span { border-color: rgb(221,28,132); }

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