#DC868F

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

Shades of Carissma #DC868F

Tints of Carissma #DC868F

Color information

#DC868F (or 0xDC868F) is unknown color: approx Carissma. HEX triplet: DC, 86 and 8F. RGB value is (220,134,143). Sum of RGB (Red+Green+Blue) = 220+134+143=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC868F is #237970. Grayscale: #A0A0A0. Windows color (decimal): -2324849 or 9406172. OLE color: 9406172.

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

Color convert

RGB220134143-
CMYK00.390.350.14
HSL353.72º55.13%69.41%-
HSV(B)353.72º39.09%86.27%-
XYZ4334.2530.33-
YUV160.74117.99170.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 143 (56.25% from 255) = 28.77%
R=44.27%
G=26.96%
B=28.77%

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
Decimal22013414300.390.350.14353.7255.1369.41
HexDC868F02723E1623745
Octal334206217047431654267105
Binary110111001000011010001111010011110001111101011000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC868F; }

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

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

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

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

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

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

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

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