#DC839C

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

Shades of Carissma #DC839C

Tints of Carissma #DC839C

Color information

#DC839C (or 0xDC839C) is unknown color: approx Carissma. HEX triplet: DC, 83 and 9C. RGB value is (220,131,156). Sum of RGB (Red+Green+Blue) = 220+131+156=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC839C is #237C63. Grayscale: #A0A0A0. Windows color (decimal): -2325604 or 10257372. OLE color: 10257372.

HSL color Cylindrical-coordinate representation of color #DC839C: hue angle of 343.15º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC839C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220131156-
CMYK00.400.290.14
HSL343.15º55.97%68.82%-
HSV(B)343.15º40.45%86.27%-
XYZ43.6333.8535.69-
YUV160.46125.49170.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 131 (51.56% from 255) = 25.84%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=43.39%
G=25.84%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013115600.400.290.14343.1555.9768.82
HexDC839C0281DE1573845
Octal334203234050351652770105
Binary11011100100000111001110001010001110111101010101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC839C; }

 p { color: rgb(220,131,156); }

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

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

 a { background-color: rgb(220,131,156); }

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

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

 span { border-color: rgb(220,131,156); }

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