#D98184

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

Shades of Charm #D98184

Tints of Charm #D98184

Color information

#D98184 (or 0xD98184) is unknown color: approx Charm. HEX triplet: D9, 81 and 84. RGB value is (217,129,132). Sum of RGB (Red+Green+Blue) = 217+129+132=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D98184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98184 is #267E7B. Grayscale: #9B9B9B. Windows color (decimal): -2522748 or 8683993. OLE color: 8683993.

HSL color Cylindrical-coordinate representation of color #D98184: hue angle of 357.95º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98184 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB217129132-
CMYK00.410.390.15
HSL357.95º53.66%67.84%-
HSV(B)357.95º40.55%85.1%-
XYZ40.6332.1225.89-
YUV155.65114.65171.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=45.40%
G=26.99%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712913200.410.390.15357.9553.6667.84
HexD9818402927F1663644
Octal331201204051471754666104
Binary110110011000000110000100010100110011111111011001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98184; }

 p { color: rgb(217,129,132); }

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

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

 a { background-color: rgb(217,129,132); }

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

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

 span { border-color: rgb(217,129,132); }

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