#D88192

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

Shades of Carissma #D88192

Tints of Carissma #D88192

Color information

#D88192 (or 0xD88192) is unknown color: approx Carissma. HEX triplet: D8, 81 and 92. RGB value is (216,129,146). Sum of RGB (Red+Green+Blue) = 216+129+146=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D88192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88192 is #277E6D. Grayscale: #9C9C9C. Windows color (decimal): -2588270 or 9601496. OLE color: 9601496.

HSL color Cylindrical-coordinate representation of color #D88192: hue angle of 348.28º degrees, saturation: 0.53, 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 #D88192 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216129146-
CMYK00.400.320.15
HSL348.28º52.73%67.65%-
HSV(B)348.28º40.28%84.71%-
XYZ41.3632.3731.26-
YUV156.95121.82170.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=43.99%
G=26.27%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612914600.400.320.15348.2852.7367.65
HexD8819202820F15c3544
Octal330201222050401753465104
Binary110110001000000110010010010100010000011111010111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88192; }

 p { color: rgb(216,129,146); }

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

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

 a { background-color: rgb(216,129,146); }

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

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

 span { border-color: rgb(216,129,146); }

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