#DD879B

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

Shades of Carissma #DD879B

Tints of Carissma #DD879B

Color information

#DD879B (or 0xDD879B) is unknown color: approx Carissma. HEX triplet: DD, 87 and 9B. RGB value is (221,135,155). Sum of RGB (Red+Green+Blue) = 221+135+155=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD879B is #227864. Grayscale: #A3A3A3. Windows color (decimal): -2259045 or 10192861. OLE color: 10192861.

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

Color convert

RGB221135155-
CMYK00.390.300.13
HSL346.05º55.84%69.8%-
HSV(B)346.05º38.91%86.67%-
XYZ44.435.0735.44-
YUV162.99123.49169.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 135 (53.12% from 255) = 26.42%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=43.25%
G=26.42%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113515500.390.300.13346.0555.8469.8
HexDD879B0271ED15a3846
Octal335207233047361553270106
Binary11011101100001111001101101001111111011011010110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD879B; }

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

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

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

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

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

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

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

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