#DD3D9A

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

Shades of Deep Cerise #DD3D9A

Tints of Deep Cerise #DD3D9A

Color information

#DD3D9A (or 0xDD3D9A) is unknown color: approx Deep Cerise. HEX triplet: DD, 3D and 9A. RGB value is (221,61,154). Sum of RGB (Red+Green+Blue) = 221+61+154=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D9A is #22C265. Grayscale: #777777. Windows color (decimal): -2277990 or 10108381. OLE color: 10108381.

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

Color convert

RGB22161154-
CMYK00.720.300.13
HSL325.12º70.18%55.29%-
HSV(B)325.12º72.4%86.67%-
XYZ37.3221.0432.67-
YUV119.44147.51200.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.69%
GREEN value IS 61 (24.22% from 255) = 13.99%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=50.69%
G=13.99%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216115400.720.300.13325.1270.1855.29
HexDD3D9A0481ED1454637
Octal335752320110361550510667
Binary1101110111110110011010010010001111011011010001011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3D9A; }

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

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

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

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

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

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

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

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