#D88291

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

Shades of Carissma #D88291

Tints of Carissma #D88291

Color information

#D88291 (or 0xD88291) is unknown color: approx Carissma. HEX triplet: D8, 82 and 91. RGB value is (216,130,145). Sum of RGB (Red+Green+Blue) = 216+130+145=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D88291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88291 is #277D6E. Grayscale: #9D9D9D. Windows color (decimal): -2588015 or 9536216. OLE color: 9536216.

HSL color Cylindrical-coordinate representation of color #D88291: hue angle of 349.53º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88291 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB216130145-
CMYK00.400.330.15
HSL349.53º52.44%67.84%-
HSV(B)349.53º39.81%84.71%-
XYZ41.4132.6130.9-
YUV157.42120.99169.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=43.99%
G=26.48%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613014500.400.330.15349.5352.4467.84
HexD8829102821F15e3444
Octal330202221050411753664104
Binary110110001000001010010001010100010000111111010111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88291; }

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

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

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

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

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

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

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

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