#D97F8D

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

Shades of Carissma #D97F8D

Tints of Carissma #D97F8D

Color information

#D97F8D (or 0xD97F8D) is unknown color: approx Carissma. HEX triplet: D9, 7F and 8D. RGB value is (217,127,141). Sum of RGB (Red+Green+Blue) = 217+127+141=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F8D is #268072. Grayscale: #9B9B9B. Windows color (decimal): -2523251 or 9273305. OLE color: 9273305.

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

Color convert

RGB217127141-
CMYK00.410.350.15
HSL350.67º54.22%67.45%-
HSV(B)350.67º41.47%85.1%-
XYZ41.0131.8529.19-
YUV155.51119.82171.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=44.74%
G=26.19%
B=29.07%

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
Decimal21712714100.410.350.15350.6754.2267.45
HexD97F8D02923F15f3643
Octal331177215051431753766103
Binary11011001111111110001101010100110001111111010111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97F8D; }

 p { color: rgb(217,127,141); }

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

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

 a { background-color: rgb(217,127,141); }

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

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

 span { border-color: rgb(217,127,141); }

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