#DE8693

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

Shades of Carissma #DE8693

Tints of Carissma #DE8693

Color information

#DE8693 (or 0xDE8693) is unknown color: approx Carissma. HEX triplet: DE, 86 and 93. RGB value is (222,134,147). Sum of RGB (Red+Green+Blue) = 222+134+147=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8693 is #21796C. Grayscale: #A1A1A1. Windows color (decimal): -2193773 or 9668318. OLE color: 9668318.

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

Color convert

RGB222134147-
CMYK00.400.340.13
HSL351.14º57.14%69.8%-
HSV(B)351.14º39.64%87.06%-
XYZ43.9234.6931.98-
YUV161.79119.65170.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=44.14%
G=26.64%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213414700.400.340.13351.1457.1469.8
HexDE869302822D15f3946
Octal336206223050421553771106
Binary110111101000011010010011010100010001011011010111111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8693; }

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

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

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

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

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

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

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

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