#DE878B

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

Shades of Carissma #DE878B

Tints of Carissma #DE878B

Color information

#DE878B (or 0xDE878B) is unknown color: approx Carissma. HEX triplet: DE, 87 and 8B. RGB value is (222,135,139). Sum of RGB (Red+Green+Blue) = 222+135+139=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DE878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE878B is #217874. Grayscale: #A1A1A1. Windows color (decimal): -2193525 or 9144286. OLE color: 9144286.

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

Color convert

RGB222135139-
CMYK00.390.370.13
HSL357.24º56.86%70%-
HSV(B)357.24º39.19%87.06%-
XYZ43.4534.7228.84-
YUV161.47115.32171.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.76%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 139 (54.69% from 255) = 28.02%
R=44.76%
G=27.22%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213513900.390.370.13357.2456.8670
HexDE878B02725D1653946
Octal336207213047451554571106
Binary110111101000011110001011010011110010111011011001011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE878B; }

 p { color: rgb(222,135,139); }

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

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

 a { background-color: rgb(222,135,139); }

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

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

 span { border-color: rgb(222,135,139); }

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