#DC8893

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

Shades of Carissma #DC8893

Tints of Carissma #DC8893

Color information

#DC8893 (or 0xDC8893) is unknown color: approx Carissma. HEX triplet: DC, 88 and 93. RGB value is (220,136,147). Sum of RGB (Red+Green+Blue) = 220+136+147=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8893 is #23776C. Grayscale: #A2A2A2. Windows color (decimal): -2324333 or 9668828. OLE color: 9668828.

HSL color Cylindrical-coordinate representation of color #DC8893: hue angle of 352.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8893 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220136147-
CMYK00.380.330.14
HSL352.14º54.55%69.8%-
HSV(B)352.14º38.18%86.27%-
XYZ43.5934.9332.05-
YUV162.37119.33169.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=43.74%
G=27.04%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013614700.380.330.14352.1454.5569.8
HexDC889302621E1603746
Octal334210223046411654067106
Binary110111001000100010010011010011010000111101011000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8893; }

 p { color: rgb(220,136,147); }

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

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

 a { background-color: rgb(220,136,147); }

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

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

 span { border-color: rgb(220,136,147); }

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