#D36381

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

Shades of Charm #D36381

Tints of Charm #D36381

Color information

#D36381 (or 0xD36381) is unknown color: approx Charm. HEX triplet: D3, 63 and 81. RGB value is (211,99,129). Sum of RGB (Red+Green+Blue) = 211+99+129=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D36381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36381 is #2C9C7E. Grayscale: #878787. Windows color (decimal): -2923647 or 8479699. OLE color: 8479699.

HSL color Cylindrical-coordinate representation of color #D36381: hue angle of 343.93º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36381 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB21199129-
CMYK00.530.390.17
HSL343.93º56%60.78%-
HSV(B)343.93º53.08%82.75%-
XYZ35.2924.3623.61-
YUV135.91124.11181.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.06%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=48.06%
G=22.55%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119912900.530.390.17343.935660.78
HexD363810352711158383d
Octal32314320106547215307075
Binary11010011110001110000001011010110011110001101011000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36381; }

 p { color: rgb(211,99,129); }

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

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

 a { background-color: rgb(211,99,129); }

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

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

 span { border-color: rgb(211,99,129); }

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