#D27483

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

Shades of Charm #D27483

Tints of Charm #D27483

Color information

#D27483 (or 0xD27483) is unknown color: approx Charm. HEX triplet: D2, 74 and 83. RGB value is (210,116,131). Sum of RGB (Red+Green+Blue) = 210+116+131=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D27483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27483 is #2D8B7C. Grayscale: #919191. Windows color (decimal): -2984829 or 8615122. OLE color: 8615122.

HSL color Cylindrical-coordinate representation of color #D27483: hue angle of 350.43º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27483 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB210116131-
CMYK00.450.380.18
HSL350.43º51.09%63.92%-
HSV(B)350.43º44.76%82.35%-
XYZ36.9227.8324.9-
YUV145.82119.64173.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 131 (51.56% from 255) = 28.67%
R=45.95%
G=25.38%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011613100.450.380.18350.4351.0963.92
HexD2748302D261215e3340
Octal322164203055462253663100
Binary110100101110100100000110101101100110100101010111101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27483; }

 p { color: rgb(210,116,131); }

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

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

 a { background-color: rgb(210,116,131); }

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

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

 span { border-color: rgb(210,116,131); }

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