#DC8693

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

Shades of Carissma #DC8693

Tints of Carissma #DC8693

Color information

#DC8693 (or 0xDC8693) is unknown color: approx Carissma. HEX triplet: DC, 86 and 93. RGB value is (220,134,147). Sum of RGB (Red+Green+Blue) = 220+134+147=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8693 is #23796C. Grayscale: #A1A1A1. Windows color (decimal): -2324845 or 9668316. OLE color: 9668316.

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

Color convert

RGB220134147-
CMYK00.390.330.14
HSL350.93º55.13%69.41%-
HSV(B)350.93º39.09%86.27%-
XYZ43.3134.3731.96-
YUV161.2119.99169.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=43.91%
G=26.75%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013414700.390.330.14350.9355.1369.41
HexDC869302721E15f3745
Octal334206223047411653767105
Binary110111001000011010010011010011110000111101010111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8693; }

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

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

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

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

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

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

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

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