#D88788

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

Shades of Carissma #D88788

Tints of Carissma #D88788

Color information

#D88788 (or 0xD88788) is unknown color: approx Carissma. HEX triplet: D8, 87 and 88. RGB value is (216,135,136). Sum of RGB (Red+Green+Blue) = 216+135+136=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D88788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88788 is #277877. Grayscale: #9F9F9F. Windows color (decimal): -2586744 or 8947672. OLE color: 8947672.

HSL color Cylindrical-coordinate representation of color #D88788: hue angle of 359.26º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88788 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216135136-
CMYK00.380.370.15
HSL359.26º50.94%68.82%-
HSV(B)359.26º37.5%84.71%-
XYZ41.4333.727.61-
YUV159.33114.84168.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 135 (53.12% from 255) = 27.72%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=44.35%
G=27.72%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613513600.380.370.15359.2650.9468.82
HexD8878802625F1673345
Octal330207210046451754763105
Binary110110001000011110001000010011010010111111011001111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88788; }

 p { color: rgb(216,135,136); }

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

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

 a { background-color: rgb(216,135,136); }

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

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

 span { border-color: rgb(216,135,136); }

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