#D8838E

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

Shades of Carissma #D8838E

Tints of Carissma #D8838E

Color information

#D8838E (or 0xD8838E) is unknown color: approx Carissma. HEX triplet: D8, 83 and 8E. RGB value is (216,131,142). Sum of RGB (Red+Green+Blue) = 216+131+142=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8838E is #277C71. Grayscale: #9D9D9D. Windows color (decimal): -2587762 or 9339864. OLE color: 9339864.

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

Color convert

RGB216131142-
CMYK00.390.340.15
HSL352.24º52.15%68.04%-
HSV(B)352.24º39.35%84.71%-
XYZ41.3232.7829.74-
YUV157.67119.16169.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=44.17%
G=26.79%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613114200.390.340.15352.2452.1568.04
HexD8838E02722F1603444
Octal330203216047421754064104
Binary110110001000001110001110010011110001011111011000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8838E; }

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

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

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

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

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

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

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

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