#DD448C

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

Shades of Deep Cerise #DD448C

Tints of Deep Cerise #DD448C

Color information

#DD448C (or 0xDD448C) is unknown color: approx Deep Cerise. HEX triplet: DD, 44 and 8C. RGB value is (221,68,140). Sum of RGB (Red+Green+Blue) = 221+68+140=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD448C is #22BB73. Grayscale: #797979. Windows color (decimal): -2276212 or 9192669. OLE color: 9192669.

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

Color convert

RGB22168140-
CMYK00.690.370.13
HSL331.76º69.23%56.67%-
HSV(B)331.76º69.23%86.67%-
XYZ36.6221.427.01-
YUV121.95138.19198.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 68 (26.95% from 255) = 15.85%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=51.52%
G=15.85%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216814000.690.370.13331.7669.2356.67
HexDD448C04525D14c4539
Octal3351042140105451551410571
Binary110111011000100100011000100010110010111011010011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD448C; }

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

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

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

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

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

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

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

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