#D98385

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

Shades of Carissma #D98385

Tints of Carissma #D98385

Color information

#D98385 (or 0xD98385) is unknown color: approx Carissma. HEX triplet: D9, 83 and 85. RGB value is (217,131,133). Sum of RGB (Red+Green+Blue) = 217+131+133=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D98385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98385 is #267C7A. Grayscale: #9D9D9D. Windows color (decimal): -2522235 or 8750041. OLE color: 8750041.

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

Color convert

RGB217131133-
CMYK00.400.390.15
HSL358.6º53.09%68.24%-
HSV(B)358.6º39.63%85.1%-
XYZ40.9732.6826.34-
YUV156.94114.49170.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=45.11%
G=27.23%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713113300.400.390.15358.653.0968.24
HexD9838502827F1673544
Octal331203205050471754765104
Binary110110011000001110000101010100010011111111011001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98385; }

 p { color: rgb(217,131,133); }

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

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

 a { background-color: rgb(217,131,133); }

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

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

 span { border-color: rgb(217,131,133); }

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