#D7848E

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

Shades of Carissma #D7848E

Tints of Carissma #D7848E

Color information

#D7848E (or 0xD7848E) is unknown color: approx Carissma. HEX triplet: D7, 84 and 8E. RGB value is (215,132,142). Sum of RGB (Red+Green+Blue) = 215+132+142=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7848E is #287B71. Grayscale: #9E9E9E. Windows color (decimal): -2653042 or 9340119. OLE color: 9340119.

HSL color Cylindrical-coordinate representation of color #D7848E: hue angle of 352.77º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7848E is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB215132142-
CMYK00.390.340.16
HSL352.77º50.92%68.04%-
HSV(B)352.77º38.6%84.31%-
XYZ41.1632.929.77-
YUV157.96119168.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.97%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=43.97%
G=26.99%
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.16
SystemRedGreenBlueCMYKHSL
Decimal21513214200.390.340.16352.7750.9268.04
HexD7848E02722101613344
Octal327204216047422054163104
Binary1101011110000100100011100100111100010100001011000011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7848E; }

 p { color: rgb(215,132,142); }

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

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

 a { background-color: rgb(215,132,142); }

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

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

 span { border-color: rgb(215,132,142); }

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