#DD4696

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

Shades of Deep Cerise #DD4696

Tints of Deep Cerise #DD4696

Color information

#DD4696 (or 0xDD4696) is unknown color: approx Deep Cerise. HEX triplet: DD, 46 and 96. RGB value is (221,70,150). Sum of RGB (Red+Green+Blue) = 221+70+150=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4696 is #22B969. Grayscale: #7C7C7C. Windows color (decimal): -2275690 or 9848541. OLE color: 9848541.

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

Color convert

RGB22170150-
CMYK00.680.320.13
HSL328.21º68.95%57.06%-
HSV(B)328.21º68.33%86.67%-
XYZ37.5121.9531.11-
YUV124.27142.53197-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 70 (27.73% from 255) = 15.87%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=50.11%
G=15.87%
B=34.01%

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
Decimal2217015000.680.320.13328.2168.9557.06
HexDD469604420D1484539
Octal3351062260104401551010571
Binary110111011000110100101100100010010000011011010010001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4696; }

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

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

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

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

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

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

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

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