#DD878D

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

Shades of Carissma #DD878D

Tints of Carissma #DD878D

Color information

#DD878D (or 0xDD878D) is unknown color: approx Carissma. HEX triplet: DD, 87 and 8D. RGB value is (221,135,141). Sum of RGB (Red+Green+Blue) = 221+135+141=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD878D is #227872. Grayscale: #A1A1A1. Windows color (decimal): -2259059 or 9275357. OLE color: 9275357.

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

Color convert

RGB221135141-
CMYK00.390.360.13
HSL355.81º55.84%69.8%-
HSV(B)355.81º38.91%86.67%-
XYZ43.2934.6229.6-
YUV161.4116.49170.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=44.47%
G=27.16%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113514100.390.360.13355.8155.8469.8
HexDD878D02724D1643846
Octal335207215047441554470106
Binary110111011000011110001101010011110010011011011001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD878D; }

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

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

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

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

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

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

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

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