#D97D95

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

Shades of Carissma #D97D95

Tints of Carissma #D97D95

Color information

#D97D95 (or 0xD97D95) is unknown color: approx Carissma. HEX triplet: D9, 7D and 95. RGB value is (217,125,149). Sum of RGB (Red+Green+Blue) = 217+125+149=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97D95 is #26826A. Grayscale: #9B9B9B. Windows color (decimal): -2523755 or 9797081. OLE color: 9797081.

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

Color convert

RGB217125149-
CMYK00.420.310.15
HSL344.35º54.76%67.06%-
HSV(B)344.35º42.4%85.1%-
XYZ41.3731.5932.35-
YUV155.24124.48172.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=44.20%
G=25.46%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712514900.420.310.15344.3554.7667.06
HexD97D9502A1FF1583743
Octal331175225052371753067103
Binary1101100111111011001010101010101111111111010110001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D95; }

 p { color: rgb(217,125,149); }

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

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

 a { background-color: rgb(217,125,149); }

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

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

 span { border-color: rgb(217,125,149); }

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