#DD38A5

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

Shades of Deep Cerise #DD38A5

Tints of Deep Cerise #DD38A5

Color information

#DD38A5 (or 0xDD38A5) is unknown color: approx Deep Cerise. HEX triplet: DD, 38 and A5. RGB value is (221,56,165). Sum of RGB (Red+Green+Blue) = 221+56+165=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38A5 is #22C75A. Grayscale: #757575. Windows color (decimal): -2279259 or 10827997. OLE color: 10827997.

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

Color convert

RGB22156165-
CMYK00.750.250.13
HSL320.36º70.82%54.31%-
HSV(B)320.36º74.66%86.67%-
XYZ38.0220.9237.63-
YUV117.76154.66201.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 12.67%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=50%
G=12.67%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215616500.750.250.13320.3670.8254.31
HexDD38A504B19D1404736
Octal335702450113311550010766
Binary1101110111100010100101010010111100111011010000001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD38A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD38A5; }

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

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

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

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

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

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

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

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