#DD8287

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

Shades of Carissma #DD8287

Tints of Carissma #DD8287

Color information

#DD8287 (or 0xDD8287) is unknown color: approx Carissma. HEX triplet: DD, 82 and 87. RGB value is (221,130,135). Sum of RGB (Red+Green+Blue) = 221+130+135=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8287 is #227D78. Grayscale: #9D9D9D. Windows color (decimal): -2260345 or 8880861. OLE color: 8880861.

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

Color convert

RGB221130135-
CMYK00.410.390.13
HSL356.7º57.23%68.82%-
HSV(B)356.7º41.18%86.67%-
XYZ42.1733.0927.09-
YUV157.78115.15173.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=45.47%
G=26.75%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113013500.410.390.13356.757.2368.82
HexDD828702927D1653945
Octal335202207051471554571105
Binary110111011000001010000111010100110011111011011001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8287; }

 p { color: rgb(221,130,135); }

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

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

 a { background-color: rgb(221,130,135); }

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

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

 span { border-color: rgb(221,130,135); }

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