#D88389

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

Shades of Carissma #D88389

Tints of Carissma #D88389

Color information

#D88389 (or 0xD88389) is unknown color: approx Carissma. HEX triplet: D8, 83 and 89. RGB value is (216,131,137). Sum of RGB (Red+Green+Blue) = 216+131+137=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D88389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88389 is #277C76. Grayscale: #9D9D9D. Windows color (decimal): -2587767 or 9012184. OLE color: 9012184.

HSL color Cylindrical-coordinate representation of color #D88389: hue angle of 355.76º 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 #D88389 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216131137-
CMYK00.390.370.15
HSL355.76º52.15%68.04%-
HSV(B)355.76º39.35%84.71%-
XYZ40.9532.6427.81-
YUV157.1116.66170.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.63%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=44.63%
G=27.07%
B=28.31%

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
Decimal21613113700.390.370.15355.7652.1568.04
HexD8838902725F1643444
Octal330203211047451754464104
Binary110110001000001110001001010011110010111111011001001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88389; }

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

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

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

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

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

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

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

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