#D9808E

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

Shades of Carissma #D9808E

Tints of Carissma #D9808E

Color information

#D9808E (or 0xD9808E) is unknown color: approx Carissma. HEX triplet: D9, 80 and 8E. RGB value is (217,128,142). Sum of RGB (Red+Green+Blue) = 217+128+142=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9808E is #267F71. Grayscale: #9C9C9C. Windows color (decimal): -2522994 or 9339097. OLE color: 9339097.

HSL color Cylindrical-coordinate representation of color #D9808E: hue angle of 350.56º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9808E is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217128142-
CMYK00.410.350.15
HSL350.56º53.94%67.65%-
HSV(B)350.56º41.01%85.1%-
XYZ41.2232.1429.62-
YUV156.21119.99171.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.56%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=44.56%
G=26.28%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712814200.410.350.15350.5653.9467.65
HexD9808E02923F15f3644
Octal331200216051431753766104
Binary110110011000000010001110010100110001111111010111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9808E; }

 p { color: rgb(217,128,142); }

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

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

 a { background-color: rgb(217,128,142); }

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

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

 span { border-color: rgb(217,128,142); }

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