#DD218A

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

Shades of Deep Cerise #DD218A

Tints of Deep Cerise #DD218A

Color information

#DD218A (or 0xDD218A) is unknown color: approx Deep Cerise. HEX triplet: DD, 21 and 8A. RGB value is (221,33,138). Sum of RGB (Red+Green+Blue) = 221+33+138=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD218A is #22DE75. Grayscale: #646464. Windows color (decimal): -2285174 or 9052637. OLE color: 9052637.

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

Color convert

RGB22133138-
CMYK00.850.380.13
HSL326.49º74.02%49.8%-
HSV(B)326.49º85.07%86.67%-
XYZ34.9518.2925.73-
YUV101.18148.78213.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.38%
GREEN value IS 33 (13.28% from 255) = 8.42%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=56.38%
G=8.42%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213313800.850.380.13326.4974.0249.8
HexDD218A05526D1464a32
Octal335412120125461550611262
Binary11011101100001100010100101010110011011011010001101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD218A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD218A; }

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

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

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

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

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

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

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

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