#D98590

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

Shades of Carissma #D98590

Tints of Carissma #D98590

Color information

#D98590 (or 0xD98590) is unknown color: approx Carissma. HEX triplet: D9, 85 and 90. RGB value is (217,133,144). Sum of RGB (Red+Green+Blue) = 217+133+144=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D98590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98590 is #267A6F. Grayscale: #9F9F9F. Windows color (decimal): -2521712 or 9471449. OLE color: 9471449.

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

Color convert

RGB217133144-
CMYK00.390.340.15
HSL352.14º52.5%68.63%-
HSV(B)352.14º38.71%85.1%-
XYZ42.0433.5430.64-
YUV159.37119.33169.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=43.93%
G=26.92%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713314400.390.340.15352.1452.568.63
HexD9859002722F1603445
Octal331205220047421754064105
Binary110110011000010110010000010011110001011111011000001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98590; }

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

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

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

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

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

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

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

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