#DD8688

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

Shades of Carissma #DD8688

Tints of Carissma #DD8688

Color information

#DD8688 (or 0xDD8688) is unknown color: approx Carissma. HEX triplet: DD, 86 and 88. RGB value is (221,134,136). Sum of RGB (Red+Green+Blue) = 221+134+136=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8688 is #227977. Grayscale: #A0A0A0. Windows color (decimal): -2259320 or 8947421. OLE color: 8947421.

HSL color Cylindrical-coordinate representation of color #DD8688: hue angle of 358.62º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8688 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221134136-
CMYK00.390.380.13
HSL358.62º56.13%69.61%-
HSV(B)358.62º39.37%86.67%-
XYZ42.7934.227.64-
YUV160.24114.32171.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=45.01%
G=27.29%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113413600.390.380.13358.6256.1369.61
HexDD868802726D1673846
Octal335206210047461554770106
Binary110111011000011010001000010011110011011011011001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8688; }

 p { color: rgb(221,134,136); }

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

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

 a { background-color: rgb(221,134,136); }

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

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

 span { border-color: rgb(221,134,136); }

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