#DD808D

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

Shades of Carissma #DD808D

Tints of Carissma #DD808D

Color information

#DD808D (or 0xDD808D) is unknown color: approx Carissma. HEX triplet: DD, 80 and 8D. RGB value is (221,128,141). Sum of RGB (Red+Green+Blue) = 221+128+141=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD808D is #227F72. Grayscale: #9D9D9D. Windows color (decimal): -2260851 or 9273565. OLE color: 9273565.

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

Color convert

RGB221128141-
CMYK00.420.360.13
HSL351.61º57.76%68.43%-
HSV(B)351.61º42.08%86.67%-
XYZ42.3532.7329.29-
YUV157.29118.81173.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=45.10%
G=26.12%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112814100.420.360.13351.6157.7668.43
HexDD808D02A24D1603a44
Octal335200215052441554072104
Binary110111011000000010001101010101010010011011011000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD808D; }

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

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

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

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

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

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

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

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