#DD38A2

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

Shades of Deep Cerise #DD38A2

Tints of Deep Cerise #DD38A2

Color information

#DD38A2 (or 0xDD38A2) is unknown color: approx Deep Cerise. HEX triplet: DD, 38 and A2. RGB value is (221,56,162). Sum of RGB (Red+Green+Blue) = 221+56+162=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38A2 is #22C75D. Grayscale: #757575. Windows color (decimal): -2279262 or 10631389. OLE color: 10631389.

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

Color convert

RGB22156162-
CMYK00.750.270.13
HSL321.45º70.82%54.31%-
HSV(B)321.45º74.66%86.67%-
XYZ37.7520.8136.21-
YUV117.42153.16201.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 56 (22.27% from 255) = 12.76%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=50.34%
G=12.76%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215616200.750.270.13321.4570.8254.31
HexDD38A204B1BD1414736
Octal335702420113331550110766
Binary1101110111100010100010010010111101111011010000011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD38A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD38A2; }

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

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

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

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

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

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

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

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