#D98287

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

Shades of Carissma #D98287

Tints of Carissma #D98287

Color information

#D98287 (or 0xD98287) is unknown color: approx Carissma. HEX triplet: D9, 82 and 87. RGB value is (217,130,135). Sum of RGB (Red+Green+Blue) = 217+130+135=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D98287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98287 is #267D78. Grayscale: #9C9C9C. Windows color (decimal): -2522489 or 8880857. OLE color: 8880857.

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

Color convert

RGB217130135-
CMYK00.400.380.15
HSL356.55º53.37%68.04%-
HSV(B)356.55º40.09%85.1%-
XYZ40.9732.4727.03-
YUV156.58115.82171.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.02%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 135 (53.12% from 255) = 28.01%
R=45.02%
G=26.97%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713013500.400.380.15356.5553.3768.04
HexD9828702826F1653544
Octal331202207050461754565104
Binary110110011000001010000111010100010011011111011001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98287; }

 p { color: rgb(217,130,135); }

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

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

 a { background-color: rgb(217,130,135); }

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

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

 span { border-color: rgb(217,130,135); }

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