#dd388a

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

Shades of Deep Cerise #DD388A

Tints of Deep Cerise #DD388A

Color information

#DD388A (or 0xDD388A) is unknown color: approx Deep Cerise. HEX triplet: DD, 38 and 8A. RGB value is (221,56,138). Sum of RGB (Red+Green+Blue) = 221+56+138=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD388A is #22C775. Grayscale: #727272. Windows color (decimal): -2279286 or 9058525. OLE color: 9058525.

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

Color convert

RGB22156138-
CMYK00.750.380.13
HSL330.18º70.82%54.31%-
HSV(B)330.18º74.66%86.67%-
XYZ35.8220.0426.02-
YUV114.68141.16203.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 56 (22.27% from 255) = 13.49%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=53.25%
G=13.49%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215613800.750.380.13330.1870.8254.31
HexDD388A04B26D14a4736
Octal335702120113461551210766
Binary11011101111000100010100100101110011011011010010101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd388a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd388a; }

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

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

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

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

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

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

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

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