#DD83A0

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

Shades of Can Can #DD83A0

Tints of Can Can #DD83A0

Color information

#DD83A0 (or 0xDD83A0) is unknown color: approx Can Can. HEX triplet: DD, 83 and A0. RGB value is (221,131,160). Sum of RGB (Red+Green+Blue) = 221+131+160=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD83A0 is #227C5F. Grayscale: #A1A1A1. Windows color (decimal): -2260064 or 10519517. OLE color: 10519517.

HSL color Cylindrical-coordinate representation of color #DD83A0: hue angle of 340.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83A0 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221131160-
CMYK00.410.280.13
HSL340.67º56.96%69.02%-
HSV(B)340.67º40.72%86.67%-
XYZ44.2834.1437.51-
YUV161.22127.32170.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=43.16%
G=25.59%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113116000.410.280.13340.6756.9669.02
HexDD83A00291CD1553945
Octal335203240051341552571105
Binary11011101100000111010000001010011110011011010101011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD83A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD83A0; }

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

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

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

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

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

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

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

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