#DD425A

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

Shades of Cerise #DD425A

Tints of Cerise #DD425A

Color information

#DD425A (or 0xDD425A) is unknown color: approx Cerise. HEX triplet: DD, 42 and 5A. RGB value is (221,66,90). Sum of RGB (Red+Green+Blue) = 221+66+90=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD425A is #22BDA5. Grayscale: #737373. Windows color (decimal): -2276774 or 5915357. OLE color: 5915357.

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

Color convert

RGB2216690-
CMYK00.700.590.13
HSL350.71º69.51%56.27%-
HSV(B)350.71º70.14%86.67%-
XYZ33.6120.0111.76-
YUV115.08113.85203.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=58.62%
G=17.51%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221669000.700.590.13350.7169.5156.27
HexDD425A0463BD15f4638
Octal3351021320106731553710670
Binary11011101100001010110100100011011101111011010111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD425A; }

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

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

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

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

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

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

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

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