#D88284

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

Shades of Charm #D88284

Tints of Charm #D88284

Color information

#D88284 (or 0xD88284) is unknown color: approx Charm. HEX triplet: D8, 82 and 84. RGB value is (216,130,132). Sum of RGB (Red+Green+Blue) = 216+130+132=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D88284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88284 is #277D7B. Grayscale: #9C9C9C. Windows color (decimal): -2588028 or 8684248. OLE color: 8684248.

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

Color convert

RGB216130132-
CMYK00.400.390.15
HSL358.6º52.44%67.84%-
HSV(B)358.6º39.81%84.71%-
XYZ40.4732.2325.92-
YUV155.94114.49170.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.19%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=45.19%
G=27.20%
B=27.62%

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
Decimal21613013200.400.390.15358.652.4467.84
HexD8828402827F1673444
Octal330202204050471754764104
Binary110110001000001010000100010100010011111111011001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88284; }

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

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

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

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

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

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

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

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