#D88091

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

Shades of Carissma #D88091

Tints of Carissma #D88091

Color information

#D88091 (or 0xD88091) is unknown color: approx Carissma. HEX triplet: D8, 80 and 91. RGB value is (216,128,145). Sum of RGB (Red+Green+Blue) = 216+128+145=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D88091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88091 is #277F6E. Grayscale: #9C9C9C. Windows color (decimal): -2588527 or 9535704. OLE color: 9535704.

HSL color Cylindrical-coordinate representation of color #D88091: hue angle of 348.41º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88091 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB216128145-
CMYK00.410.330.15
HSL348.41º53.01%67.45%-
HSV(B)348.41º40.74%84.71%-
XYZ41.1532.0830.81-
YUV156.25121.65170.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=44.17%
G=26.18%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612814500.410.330.15348.4153.0167.45
HexD8809102921F15c3543
Octal330200221051411753465103
Binary110110001000000010010001010100110000111111010111001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88091; }

 p { color: rgb(216,128,145); }

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

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

 a { background-color: rgb(216,128,145); }

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

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

 span { border-color: rgb(216,128,145); }

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