#DD4697

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

Shades of Deep Cerise #DD4697

Tints of Deep Cerise #DD4697

Color information

#DD4697 (or 0xDD4697) is unknown color: approx Deep Cerise. HEX triplet: DD, 46 and 97. RGB value is (221,70,151). Sum of RGB (Red+Green+Blue) = 221+70+151=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4697 is #22B968. Grayscale: #7C7C7C. Windows color (decimal): -2275689 or 9914077. OLE color: 9914077.

HSL color Cylindrical-coordinate representation of color #DD4697: hue angle of 327.81º 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 #DD4697 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22170151-
CMYK00.680.320.13
HSL327.81º68.95%57.06%-
HSV(B)327.81º68.33%86.67%-
XYZ37.5921.9931.54-
YUV124.38143.03196.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 15.84%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=50%
G=15.84%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217015100.680.320.13327.8168.9557.06
HexDD469704420D1484539
Octal3351062270104401551010571
Binary110111011000110100101110100010010000011011010010001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4697; }

 p { color: rgb(221,70,151); }

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

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

 a { background-color: rgb(221,70,151); }

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

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

 span { border-color: rgb(221,70,151); }

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