#DC839B

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

Shades of Carissma #DC839B

Tints of Carissma #DC839B

Color information

#DC839B (or 0xDC839B) is unknown color: approx Carissma. HEX triplet: DC, 83 and 9B. RGB value is (220,131,155). Sum of RGB (Red+Green+Blue) = 220+131+155=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC839B is #237C64. Grayscale: #A0A0A0. Windows color (decimal): -2325605 or 10191836. OLE color: 10191836.

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

Color convert

RGB220131155-
CMYK00.400.300.14
HSL343.82º55.97%68.82%-
HSV(B)343.82º40.45%86.27%-
XYZ43.5533.8135.24-
YUV160.35124.99170.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 131 (51.56% from 255) = 25.89%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=43.48%
G=25.89%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013115500.400.300.14343.8255.9768.82
HexDC839B0281EE1583845
Octal334203233050361653070105
Binary11011100100000111001101101010001111011101010110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC839B; }

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

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

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

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

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

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

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

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