#DD478C

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

Shades of Deep Cerise #DD478C

Tints of Deep Cerise #DD478C

Color information

#DD478C (or 0xDD478C) is unknown color: approx Deep Cerise. HEX triplet: DD, 47 and 8C. RGB value is (221,71,140). Sum of RGB (Red+Green+Blue) = 221+71+140=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD478C is #22B873. Grayscale: #7B7B7B. Windows color (decimal): -2275444 or 9193437. OLE color: 9193437.

HSL color Cylindrical-coordinate representation of color #DD478C: hue angle of 332.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD478C is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB22171140-
CMYK00.680.370.13
HSL332.4º68.81%57.25%-
HSV(B)332.4º67.87%86.67%-
XYZ36.8121.7727.07-
YUV123.72137.2197.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.16%
GREEN value IS 71 (28.12% from 255) = 16.44%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=51.16%
G=16.44%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217114000.680.370.13332.468.8157.25
HexDD478C04425D14c4539
Octal3351072140104451551410571
Binary110111011000111100011000100010010010111011010011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD478C; }

 p { color: rgb(221,71,140); }

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

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

 a { background-color: rgb(221,71,140); }

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

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

 span { border-color: rgb(221,71,140); }

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