#dd2680

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

Shades of Deep Cerise #DD2680

Tints of Deep Cerise #DD2680

Color information

#DD2680 (or 0xDD2680) is unknown color: approx Deep Cerise. HEX triplet: DD, 26 and 80. RGB value is (221,38,128). Sum of RGB (Red+Green+Blue) = 221+38+128=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2680 is #22D97F. Grayscale: #666666. Windows color (decimal): -2283904 or 8398557. OLE color: 8398557.

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

Color convert

RGB22138128-
CMYK00.830.420.13
HSL330.49º72.91%50.78%-
HSV(B)330.49º82.81%86.67%-
XYZ34.4118.3222.14-
YUV102.98142.13212.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.11%
GREEN value IS 38 (15.23% from 255) = 9.82%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=57.11%
G=9.82%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213812800.830.420.13330.4972.9150.78
HexDD26800532AD14a4933
Octal335462000123521551211163
Binary11011101100110100000000101001110101011011010010101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd2680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd2680; }

 p { color: rgb(221,38,128); }

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

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

 a { background-color: rgb(221,38,128); }

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

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

 span { border-color: rgb(221,38,128); }

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