#D9868F

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

Shades of Carissma #D9868F

Tints of Carissma #D9868F

Color information

#D9868F (or 0xD9868F) is unknown color: approx Carissma. HEX triplet: D9, 86 and 8F. RGB value is (217,134,143). Sum of RGB (Red+Green+Blue) = 217+134+143=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9868F is #267970. Grayscale: #9F9F9F. Windows color (decimal): -2521457 or 9406169. OLE color: 9406169.

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

Color convert

RGB217134143-
CMYK00.380.340.15
HSL353.49º52.2%68.82%-
HSV(B)353.49º38.25%85.1%-
XYZ42.133.7930.29-
YUV159.84118.5168.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=43.93%
G=27.13%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713414300.380.340.15353.4952.268.82
HexD9868F02622F1613445
Octal331206217046421754164105
Binary110110011000011010001111010011010001011111011000011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9868F; }

 p { color: rgb(217,134,143); }

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

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

 a { background-color: rgb(217,134,143); }

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

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

 span { border-color: rgb(217,134,143); }

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