#D88094

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

Shades of Carissma #D88094

Tints of Carissma #D88094

Color information

#D88094 (or 0xD88094) is unknown color: approx Carissma. HEX triplet: D8, 80 and 94. RGB value is (216,128,148). Sum of RGB (Red+Green+Blue) = 216+128+148=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D88094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88094 is #277F6B. Grayscale: #9C9C9C. Windows color (decimal): -2588524 or 9732312. OLE color: 9732312.

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

Color convert

RGB216128148-
CMYK00.410.310.15
HSL346.36º53.01%67.45%-
HSV(B)346.36º40.74%84.71%-
XYZ41.3832.1832.05-
YUV156.59123.15170.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=43.90%
G=26.02%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612814800.410.310.15346.3653.0167.45
HexD880940291FF15a3543
Octal330200224051371753265103
Binary11011000100000001001010001010011111111111010110101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88094; }

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

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

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

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

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

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

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

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