#DD429B

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

Shades of Deep Cerise #DD429B

Tints of Deep Cerise #DD429B

Color information

#DD429B (or 0xDD429B) is unknown color: approx Deep Cerise. HEX triplet: DD, 42 and 9B. RGB value is (221,66,155). Sum of RGB (Red+Green+Blue) = 221+66+155=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD429B is #22BD64. Grayscale: #7A7A7A. Windows color (decimal): -2276709 or 10175197. OLE color: 10175197.

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

Color convert

RGB22166155-
CMYK00.700.300.13
HSL325.55º69.51%56.27%-
HSV(B)325.55º70.14%86.67%-
XYZ37.6821.6433.2-
YUV122.49146.35198.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 14.93%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=50%
G=14.93%
B=35.07%

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
Decimal2216615500.700.300.13325.5569.5156.27
HexDD429B0461ED1464638
Octal3351022330106361550610670
Binary11011101100001010011011010001101111011011010001101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD429B; }

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

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

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

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

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

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

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

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