#DD2A98

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

Shades of Deep Cerise #DD2A98

Tints of Deep Cerise #DD2A98

Color information

#DD2A98 (or 0xDD2A98) is unknown color: approx Deep Cerise. HEX triplet: DD, 2A and 98. RGB value is (221,42,152). Sum of RGB (Red+Green+Blue) = 221+42+152=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2A98 is #22D567. Grayscale: #6B6B6B. Windows color (decimal): -2282856 or 9972445. OLE color: 9972445.

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

Color convert

RGB22142152-
CMYK00.810.310.13
HSL323.13º72.47%51.57%-
HSV(B)323.13º81%86.67%-
XYZ36.3119.331.52-
YUV108.06152.8208.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 42 (16.80% from 255) = 10.12%
BLUE value IS 152 (59.77% from 255) = 36.63%
R=53.25%
G=10.12%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214215200.810.310.13323.1372.4751.57
HexDD2A980511FD1434834
Octal335522300121371550311064
Binary1101110110101010011000010100011111111011010000111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2A98; }

 p { color: rgb(221,42,152); }

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

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

 a { background-color: rgb(221,42,152); }

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

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

 span { border-color: rgb(221,42,152); }

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