#D8838F

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

Shades of Carissma #D8838F

Tints of Carissma #D8838F

Color information

#D8838F (or 0xD8838F) is unknown color: approx Carissma. HEX triplet: D8, 83 and 8F. RGB value is (216,131,143). Sum of RGB (Red+Green+Blue) = 216+131+143=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8838F is #277C70. Grayscale: #9D9D9D. Windows color (decimal): -2587761 or 9405400. OLE color: 9405400.

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

Color convert

RGB216131143-
CMYK00.390.340.15
HSL351.53º52.15%68.04%-
HSV(B)351.53º39.35%84.71%-
XYZ41.3932.8130.14-
YUV157.78119.66169.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.08%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=44.08%
G=26.73%
B=29.18%

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
Decimal21613114300.390.340.15351.5352.1568.04
HexD8838F02722F1603444
Octal330203217047421754064104
Binary110110001000001110001111010011110001011111011000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8838F; }

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

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

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

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

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

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

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

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