#DD357D

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

Shades of Deep Cerise #DD357D

Tints of Deep Cerise #DD357D

Color information

#DD357D (or 0xDD357D) is unknown color: approx Deep Cerise. HEX triplet: DD, 35 and 7D. RGB value is (221,53,125). Sum of RGB (Red+Green+Blue) = 221+53+125=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD357D is #22CA82. Grayscale: #6F6F6F. Windows color (decimal): -2280067 or 8205789. OLE color: 8205789.

HSL color Cylindrical-coordinate representation of color #DD357D: hue angle of 334.29º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD357D is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22153125-
CMYK00.760.430.13
HSL334.29º71.19%53.73%-
HSV(B)334.29º76.02%86.67%-
XYZ34.7919.421.31-
YUV111.44135.66206.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.39%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=55.39%
G=13.28%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215312500.760.430.13334.2971.1953.73
HexDD357D04C2BD14e4736
Octal335651750114531551610766
Binary1101110111010111111010100110010101111011010011101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD357D; }

 p { color: rgb(221,53,125); }

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

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

 a { background-color: rgb(221,53,125); }

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

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

 span { border-color: rgb(221,53,125); }

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