#DC8388

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

Shades of Carissma #DC8388

Tints of Carissma #DC8388

Color information

#DC8388 (or 0xDC8388) is unknown color: approx Carissma. HEX triplet: DC, 83 and 88. RGB value is (220,131,136). Sum of RGB (Red+Green+Blue) = 220+131+136=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8388 is #237C77. Grayscale: #9E9E9E. Windows color (decimal): -2325624 or 8946652. OLE color: 8946652.

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

Color convert

RGB220131136-
CMYK00.400.380.14
HSL356.63º55.97%68.82%-
HSV(B)356.63º40.45%86.27%-
XYZ42.0833.2327.49-
YUV158.18115.49172.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 131 (51.56% from 255) = 26.90%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=45.17%
G=26.90%
B=27.93%

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
Decimal22013113600.400.380.14356.6355.9768.82
HexDC838802826E1653845
Octal334203210050461654570105
Binary110111001000001110001000010100010011011101011001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8388; }

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

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

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

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

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

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

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

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