#DD878A

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

Shades of Carissma #DD878A

Tints of Carissma #DD878A

Color information

#DD878A (or 0xDD878A) is unknown color: approx Carissma. HEX triplet: DD, 87 and 8A. RGB value is (221,135,138). Sum of RGB (Red+Green+Blue) = 221+135+138=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD878A is #227875. Grayscale: #A1A1A1. Windows color (decimal): -2259062 or 9078749. OLE color: 9078749.

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

Color convert

RGB221135138-
CMYK00.390.380.13
HSL357.91º55.84%69.8%-
HSV(B)357.91º38.91%86.67%-
XYZ43.0734.5428.44-
YUV161.06114.99170.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=44.74%
G=27.33%
B=27.94%

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
Decimal22113513800.390.380.13357.9155.8469.8
HexDD878A02726D1663846
Octal335207212047461554670106
Binary110111011000011110001010010011110011011011011001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD878A; }

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

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

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

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

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

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

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

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