#D5828D

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

Shades of Charm #D5828D

Tints of Charm #D5828D

Color information

#D5828D (or 0xD5828D) is unknown color: approx Charm. HEX triplet: D5, 82 and 8D. RGB value is (213,130,141). Sum of RGB (Red+Green+Blue) = 213+130+141=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5828D is #2A7D72. Grayscale: #9C9C9C. Windows color (decimal): -2784627 or 9274069. OLE color: 9274069.

HSL color Cylindrical-coordinate representation of color #D5828D: hue angle of 352.05º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5828D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213130141-
CMYK00.390.340.16
HSL352.05º49.7%67.25%-
HSV(B)352.05º38.97%83.53%-
XYZ40.2332.0329.26-
YUV156.07119.5168.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=44.01%
G=26.86%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313014100.390.340.16352.0549.767.25
HexD5828D02722101603243
Octal325202215047422054062103
Binary1101010110000010100011010100111100010100001011000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5828D; }

 p { color: rgb(213,130,141); }

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

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

 a { background-color: rgb(213,130,141); }

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

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

 span { border-color: rgb(213,130,141); }

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