#DC868E

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

Shades of Carissma #DC868E

Tints of Carissma #DC868E

Color information

#DC868E (or 0xDC868E) is unknown color: approx Carissma. HEX triplet: DC, 86 and 8E. RGB value is (220,134,142). Sum of RGB (Red+Green+Blue) = 220+134+142=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC868E is #237971. Grayscale: #A0A0A0. Windows color (decimal): -2324850 or 9340636. OLE color: 9340636.

HSL color Cylindrical-coordinate representation of color #DC868E: hue angle of 354.42º 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 #DC868E is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220134142-
CMYK00.390.350.14
HSL354.42º55.13%69.41%-
HSV(B)354.42º39.09%86.27%-
XYZ42.9234.2229.93-
YUV160.63117.49170.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.35%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=44.35%
G=27.02%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013414200.390.350.14354.4255.1369.41
HexDC868E02723E1623745
Octal334206216047431654267105
Binary110111001000011010001110010011110001111101011000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC868E; }

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

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

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

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

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

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

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

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