#D2738A

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

Shades of Charm #D2738A

Tints of Charm #D2738A

Color information

#D2738A (or 0xD2738A) is unknown color: approx Charm. HEX triplet: D2, 73 and 8A. RGB value is (210,115,138). Sum of RGB (Red+Green+Blue) = 210+115+138=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2738A is #2D8C75. Grayscale: #929292. Windows color (decimal): -2985078 or 9073618. OLE color: 9073618.

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

Color convert

RGB210115138-
CMYK00.450.340.18
HSL345.47º51.35%63.73%-
HSV(B)345.47º45.24%82.35%-
XYZ37.327.827.44-
YUV146.03123.47173.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 115 (45.31% from 255) = 24.84%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=45.36%
G=24.84%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011513800.450.340.18345.4751.3563.73
HexD2738A02D22121593340
Octal322163212055422253163100
Binary110100101110011100010100101101100010100101010110011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2738A; }

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

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

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

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

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

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

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

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