#D88283

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

Shades of Charm #D88283

Tints of Charm #D88283

Color information

#D88283 (or 0xD88283) is unknown color: approx Charm. HEX triplet: D8, 82 and 83. RGB value is (216,130,131). Sum of RGB (Red+Green+Blue) = 216+130+131=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D88283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88283 is #277D7C. Grayscale: #9B9B9B. Windows color (decimal): -2588029 or 8618712. OLE color: 8618712.

HSL color Cylindrical-coordinate representation of color #D88283: hue angle of 359.3º degrees, saturation: 0.52, 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 #D88283 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB216130131-
CMYK00.400.390.15
HSL359.3º52.44%67.84%-
HSV(B)359.3º39.81%84.71%-
XYZ40.432.225.56-
YUV155.83113.99170.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=45.28%
G=27.25%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613013100.400.390.15359.352.4467.84
HexD8828302827F1673444
Octal330202203050471754764104
Binary110110001000001010000011010100010011111111011001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88283; }

 p { color: rgb(216,130,131); }

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

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

 a { background-color: rgb(216,130,131); }

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

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

 span { border-color: rgb(216,130,131); }

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