#DD429A

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

Shades of Deep Cerise #DD429A

Tints of Deep Cerise #DD429A

Color information

#DD429A (or 0xDD429A) is unknown color: approx Deep Cerise. HEX triplet: DD, 42 and 9A. RGB value is (221,66,154). Sum of RGB (Red+Green+Blue) = 221+66+154=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD429A is #22BD65. Grayscale: #7A7A7A. Windows color (decimal): -2276710 or 10109661. OLE color: 10109661.

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

Color convert

RGB22166154-
CMYK00.700.300.13
HSL325.94º69.51%56.27%-
HSV(B)325.94º70.14%86.67%-
XYZ37.621.632.76-
YUV122.38145.85198.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 66 (26.17% from 255) = 14.97%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=50.11%
G=14.97%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216615400.700.300.13325.9469.5156.27
HexDD429A0461ED1464638
Octal3351022320106361550610670
Binary11011101100001010011010010001101111011011010001101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD429A; }

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

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

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

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

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

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

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

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