#DD3897

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

Shades of Deep Cerise #DD3897

Tints of Deep Cerise #DD3897

Color information

#DD3897 (or 0xDD3897) is unknown color: approx Deep Cerise. HEX triplet: DD, 38 and 97. RGB value is (221,56,151). Sum of RGB (Red+Green+Blue) = 221+56+151=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3897 is #22C768. Grayscale: #737373. Windows color (decimal): -2279273 or 9910493. OLE color: 9910493.

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

Color convert

RGB22156151-
CMYK00.750.320.13
HSL325.45º70.82%54.31%-
HSV(B)325.45º74.66%86.67%-
XYZ36.8220.4331.28-
YUV116.16147.66202.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.64%
GREEN value IS 56 (22.27% from 255) = 13.08%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=51.64%
G=13.08%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215615100.750.320.13325.4570.8254.31
HexDD389704B20D1454736
Octal335702270113401550510766
Binary11011101111000100101110100101110000011011010001011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3897; }

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

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

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

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

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

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

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

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