#DD1F96

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

Shades of Deep Cerise #DD1F96

Tints of Deep Cerise #DD1F96

Color information

#DD1F96 (or 0xDD1F96) is unknown color: approx Deep Cerise. HEX triplet: DD, 1F and 96. RGB value is (221,31,150). Sum of RGB (Red+Green+Blue) = 221+31+150=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1F96 is #22E069. Grayscale: #656565. Windows color (decimal): -2285674 or 9838557. OLE color: 9838557.

HSL color Cylindrical-coordinate representation of color #DD1F96: hue angle of 322.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1F96 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22131150-
CMYK00.860.320.13
HSL322.42º75.4%49.41%-
HSV(B)322.42º85.97%86.67%-
XYZ35.8118.5530.55-
YUV101.38155.45213.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.98%
GREEN value IS 31 (12.5% from 255) = 7.71%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=54.98%
G=7.71%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213115000.860.320.13322.4275.449.41
HexDD1F9605620D1424b31
Octal335372260126401550211361
Binary1101110111111100101100101011010000011011010000101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1F96; }

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

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

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

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

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

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

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

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