#D88093

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

Shades of Carissma #D88093

Tints of Carissma #D88093

Color information

#D88093 (or 0xD88093) is unknown color: approx Carissma. HEX triplet: D8, 80 and 93. RGB value is (216,128,147). Sum of RGB (Red+Green+Blue) = 216+128+147=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D88093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88093 is #277F6C. Grayscale: #9C9C9C. Windows color (decimal): -2588525 or 9666776. OLE color: 9666776.

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

Color convert

RGB216128147-
CMYK00.410.320.15
HSL347.05º53.01%67.45%-
HSV(B)347.05º40.74%84.71%-
XYZ41.332.1431.63-
YUV156.48122.65170.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=43.99%
G=26.07%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612814700.410.320.15347.0553.0167.45
HexD8809302920F15b3543
Octal330200223051401753365103
Binary110110001000000010010011010100110000011111010110111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88093; }

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

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

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

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

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

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

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

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