#D8818F

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

Shades of Carissma #D8818F

Tints of Carissma #D8818F

Color information

#D8818F (or 0xD8818F) is unknown color: approx Carissma. HEX triplet: D8, 81 and 8F. RGB value is (216,129,143). Sum of RGB (Red+Green+Blue) = 216+129+143=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8818F is #277E70. Grayscale: #9C9C9C. Windows color (decimal): -2588273 or 9404888. OLE color: 9404888.

HSL color Cylindrical-coordinate representation of color #D8818F: hue angle of 350.34º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8818F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB216129143-
CMYK00.400.340.15
HSL350.34º52.73%67.65%-
HSV(B)350.34º40.28%84.71%-
XYZ41.1332.2830.05-
YUV156.61120.32170.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=44.26%
G=26.43%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612914300.400.340.15350.3452.7367.65
HexD8818F02822F15e3544
Octal330201217050421753665104
Binary110110001000000110001111010100010001011111010111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8818F; }

 p { color: rgb(216,129,143); }

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

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

 a { background-color: rgb(216,129,143); }

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

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

 span { border-color: rgb(216,129,143); }

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