#D27382

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

Shades of Charm #D27382

Tints of Charm #D27382

Color information

#D27382 (or 0xD27382) is unknown color: approx Charm. HEX triplet: D2, 73 and 82. RGB value is (210,115,130). Sum of RGB (Red+Green+Blue) = 210+115+130=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D27382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27382 is #2D8C7D. Grayscale: #919191. Windows color (decimal): -2985086 or 8549330. OLE color: 8549330.

HSL color Cylindrical-coordinate representation of color #D27382: hue angle of 350.53º 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 #D27382 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB210115130-
CMYK00.450.380.18
HSL350.53º51.35%63.73%-
HSV(B)350.53º45.24%82.35%-
XYZ36.7427.5724.51-
YUV145.11119.47174.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=46.15%
G=25.27%
B=28.57%

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
Decimal21011513000.450.380.18350.5351.3563.73
HexD2738202D261215f3340
Octal322163202055462253763100
Binary110100101110011100000100101101100110100101010111111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27382; }

 p { color: rgb(210,115,130); }

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

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

 a { background-color: rgb(210,115,130); }

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

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

 span { border-color: rgb(210,115,130); }

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