#DD218D

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

Shades of Deep Cerise #DD218D

Tints of Deep Cerise #DD218D

Color information

#DD218D (or 0xDD218D) is unknown color: approx Deep Cerise. HEX triplet: DD, 21 and 8D. RGB value is (221,33,141). Sum of RGB (Red+Green+Blue) = 221+33+141=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD218D is #22DE72. Grayscale: #656565. Windows color (decimal): -2285171 or 9249245. OLE color: 9249245.

HSL color Cylindrical-coordinate representation of color #DD218D: hue angle of 325.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD218D is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB22133141-
CMYK00.850.360.13
HSL325.53º74.02%49.8%-
HSV(B)325.53º85.07%86.67%-
XYZ35.1718.3826.89-
YUV101.52150.28213.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 33 (13.28% from 255) = 8.35%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=55.95%
G=8.35%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213314100.850.360.13325.5374.0249.8
HexDD218D05524D1464a32
Octal335412150125441550611262
Binary11011101100001100011010101010110010011011010001101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD218D; }

 p { color: rgb(221,33,141); }

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

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

 a { background-color: rgb(221,33,141); }

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

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

 span { border-color: rgb(221,33,141); }

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