#DE869C

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

Shades of Carissma #DE869C

Tints of Carissma #DE869C

Color information

#DE869C (or 0xDE869C) is unknown color: approx Carissma. HEX triplet: DE, 86 and 9C. RGB value is (222,134,156). Sum of RGB (Red+Green+Blue) = 222+134+156=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE869C is #217963. Grayscale: #A2A2A2. Windows color (decimal): -2193764 or 10258142. OLE color: 10258142.

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

Color convert

RGB222134156-
CMYK00.400.300.13
HSL345º57.14%69.8%-
HSV(B)345º39.64%87.06%-
XYZ44.6534.9835.85-
YUV162.82124.15170.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=43.36%
G=26.17%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213415600.400.300.1334557.1469.8
HexDE869C0281ED1593946
Octal336206234050361553171106
Binary11011110100001101001110001010001111011011010110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE869C; }

 p { color: rgb(222,134,156); }

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

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

 a { background-color: rgb(222,134,156); }

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

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

 span { border-color: rgb(222,134,156); }

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