#DC8389

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

Shades of Carissma #DC8389

Tints of Carissma #DC8389

Color information

#DC8389 (or 0xDC8389) is unknown color: approx Carissma. HEX triplet: DC, 83 and 89. RGB value is (220,131,137). Sum of RGB (Red+Green+Blue) = 220+131+137=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8389 is #237C76. Grayscale: #9E9E9E. Windows color (decimal): -2325623 or 9012188. OLE color: 9012188.

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

Color convert

RGB220131137-
CMYK00.400.380.14
HSL355.96º55.97%68.82%-
HSV(B)355.96º40.45%86.27%-
XYZ42.1533.2527.86-
YUV158.29115.99172.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=45.08%
G=26.84%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013113700.400.380.14355.9655.9768.82
HexDC838902826E1643845
Octal334203211050461654470105
Binary110111001000001110001001010100010011011101011001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8389; }

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

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

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

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

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

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

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

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