#D88388

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

Shades of Carissma #D88388

Tints of Carissma #D88388

Color information

#D88388 (or 0xD88388) is unknown color: approx Carissma. HEX triplet: D8, 83 and 88. RGB value is (216,131,136). Sum of RGB (Red+Green+Blue) = 216+131+136=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D88388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88388 is #277C77. Grayscale: #9D9D9D. Windows color (decimal): -2587768 or 8946648. OLE color: 8946648.

HSL color Cylindrical-coordinate representation of color #D88388: hue angle of 356.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D88388 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216131136-
CMYK00.390.370.15
HSL356.47º52.15%68.04%-
HSV(B)356.47º39.35%84.71%-
XYZ40.8832.6127.43-
YUV156.98116.16170.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=44.72%
G=27.12%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613113600.390.370.15356.4752.1568.04
HexD8838802725F1643444
Octal330203210047451754464104
Binary110110001000001110001000010011110010111111011001001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88388; }

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

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

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

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

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

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

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

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