#D98593

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

Shades of Carissma #D98593

Tints of Carissma #D98593

Color information

#D98593 (or 0xD98593) is unknown color: approx Carissma. HEX triplet: D9, 85 and 93. RGB value is (217,133,147). Sum of RGB (Red+Green+Blue) = 217+133+147=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D98593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98593 is #267A6C. Grayscale: #9F9F9F. Windows color (decimal): -2521709 or 9668057. OLE color: 9668057.

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

Color convert

RGB217133147-
CMYK00.390.320.15
HSL350º52.5%68.63%-
HSV(B)350º38.71%85.1%-
XYZ42.2733.6331.87-
YUV159.71120.83168.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=43.66%
G=26.76%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713314700.390.320.1535052.568.63
HexD9859302720F15e3445
Octal331205223047401753664105
Binary110110011000010110010011010011110000011111010111101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98593; }

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

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

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

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

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

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

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

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