#DD8486

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

Shades of Carissma #DD8486

Tints of Carissma #DD8486

Color information

#DD8486 (or 0xDD8486) is unknown color: approx Carissma. HEX triplet: DD, 84 and 86. RGB value is (221,132,134). Sum of RGB (Red+Green+Blue) = 221+132+134=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8486 is #227B79. Grayscale: #9E9E9E. Windows color (decimal): -2259834 or 8815837. OLE color: 8815837.

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

Color convert

RGB221132134-
CMYK00.400.390.13
HSL358.65º56.69%69.22%-
HSV(B)358.65º40.27%86.67%-
XYZ42.3733.626.81-
YUV158.84113.99172.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=45.38%
G=27.10%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113213400.400.390.13358.6556.6969.22
HexDD848602827D1673945
Octal335204206050471554771105
Binary110111011000010010000110010100010011111011011001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8486; }

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

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

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

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

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

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

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

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