#D97F90

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

Shades of Carissma #D97F90

Tints of Carissma #D97F90

Color information

#D97F90 (or 0xD97F90) is unknown color: approx Carissma. HEX triplet: D9, 7F and 90. RGB value is (217,127,144). Sum of RGB (Red+Green+Blue) = 217+127+144=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F90 is #26806F. Grayscale: #9B9B9B. Windows color (decimal): -2523248 or 9469913. OLE color: 9469913.

HSL color Cylindrical-coordinate representation of color #D97F90: hue angle of 348.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 #D97F90 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB217127144-
CMYK00.410.340.15
HSL348.67º54.22%67.45%-
HSV(B)348.67º41.47%85.1%-
XYZ41.2431.9430.38-
YUV155.85121.32171.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.47%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=44.47%
G=26.02%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712714400.410.340.15348.6754.2267.45
HexD97F9002922F15d3643
Octal331177220051421753566103
Binary11011001111111110010000010100110001011111010111011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97F90; }

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

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

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

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

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

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

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

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