#DD3A9A

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

Shades of Deep Cerise #DD3A9A

Tints of Deep Cerise #DD3A9A

Color information

#DD3A9A (or 0xDD3A9A) is unknown color: approx Deep Cerise. HEX triplet: DD, 3A and 9A. RGB value is (221,58,154). Sum of RGB (Red+Green+Blue) = 221+58+154=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3A9A is #22C565. Grayscale: #757575. Windows color (decimal): -2278758 or 10107613. OLE color: 10107613.

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

Color convert

RGB22158154-
CMYK00.740.300.13
HSL324.66º70.56%54.71%-
HSV(B)324.66º73.76%86.67%-
XYZ37.1620.7332.61-
YUV117.68148.5201.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 58 (23.05% from 255) = 13.39%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=51.04%
G=13.39%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215815400.740.300.13324.6670.5654.71
HexDD3A9A04A1ED1454737
Octal335722320112361550510767
Binary1101110111101010011010010010101111011011010001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3A9A; }

 p { color: rgb(221,58,154); }

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

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

 a { background-color: rgb(221,58,154); }

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

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

 span { border-color: rgb(221,58,154); }

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