#DD28A0

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

Shades of Deep Cerise #DD28A0

Tints of Deep Cerise #DD28A0

Color information

#DD28A0 (or 0xDD28A0) is unknown color: approx Deep Cerise. HEX triplet: DD, 28 and A0. RGB value is (221,40,160). Sum of RGB (Red+Green+Blue) = 221+40+160=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28A0 is #22D75F. Grayscale: #6B6B6B. Windows color (decimal): -2283360 or 10496221. OLE color: 10496221.

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

Color convert

RGB22140160-
CMYK00.820.280.13
HSL320.22º72.69%51.18%-
HSV(B)320.22º81.9%86.67%-
XYZ36.9219.4335.06-
YUV107.8157.47208.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.49%
GREEN value IS 40 (16.02% from 255) = 9.50%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=52.49%
G=9.50%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214016000.820.280.13320.2272.6951.18
HexDD28A00521CD1404933
Octal335502400122341550011163
Binary1101110110100010100000010100101110011011010000001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD28A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD28A0; }

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

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

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

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

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

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

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

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