#DD337F

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

Shades of Deep Cerise #DD337F

Tints of Deep Cerise #DD337F

Color information

#DD337F (or 0xDD337F) is unknown color: approx Deep Cerise. HEX triplet: DD, 33 and 7F. RGB value is (221,51,127). Sum of RGB (Red+Green+Blue) = 221+51+127=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD337F is #22CC80. Grayscale: #6E6E6E. Windows color (decimal): -2280577 or 8336349. OLE color: 8336349.

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

Color convert

RGB22151127-
CMYK00.770.430.13
HSL333.18º71.43%53.33%-
HSV(B)333.18º76.92%86.67%-
XYZ34.8319.2721.96-
YUV110.49137.32206.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.39%
GREEN value IS 51 (20.31% from 255) = 12.78%
BLUE value IS 127 (50% from 255) = 31.83%
R=55.39%
G=12.78%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215112700.770.430.13333.1871.4353.33
HexDD337F04D2BD14d4735
Octal335631770115531551510765
Binary1101110111001111111110100110110101111011010011011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD337F; }

 p { color: rgb(221,51,127); }

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

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

 a { background-color: rgb(221,51,127); }

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

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

 span { border-color: rgb(221,51,127); }

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