#DD28A1

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

Shades of Deep Cerise #DD28A1

Tints of Deep Cerise #DD28A1

Color information

#DD28A1 (or 0xDD28A1) is unknown color: approx Deep Cerise. HEX triplet: DD, 28 and A1. RGB value is (221,40,161). Sum of RGB (Red+Green+Blue) = 221+40+161=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28A1 is #22D75E. Grayscale: #6B6B6B. Windows color (decimal): -2283359 or 10561757. OLE color: 10561757.

HSL color Cylindrical-coordinate representation of color #DD28A1: hue angle of 319.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD28A1 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB22140161-
CMYK00.820.270.13
HSL319.89º72.69%51.18%-
HSV(B)319.89º81.9%86.67%-
XYZ37.0119.4635.52-
YUV107.91157.97208.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 40 (16.02% from 255) = 9.48%
BLUE value IS 161 (63.28% from 255) = 38.15%
R=52.37%
G=9.48%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214016100.820.270.13319.8972.6951.18
HexDD28A10521BD1404933
Octal335502410122331550011163
Binary1101110110100010100001010100101101111011010000001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD28A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD28A1; }

 p { color: rgb(221,40,161); }

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

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

 a { background-color: rgb(221,40,161); }

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

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

 span { border-color: rgb(221,40,161); }

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