#D6758A

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

Shades of Charm #D6758A

Tints of Charm #D6758A

Color information

#D6758A (or 0xD6758A) is unknown color: approx Charm. HEX triplet: D6, 75 and 8A. RGB value is (214,117,138). Sum of RGB (Red+Green+Blue) = 214+117+138=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6758A is #298A75. Grayscale: #949494. Windows color (decimal): -2722422 or 9074134. OLE color: 9074134.

HSL color Cylindrical-coordinate representation of color #D6758A: hue angle of 347.01º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6758A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214117138-
CMYK00.450.360.16
HSL347.01º54.19%64.9%-
HSV(B)347.01º45.33%83.92%-
XYZ38.6828.8527.58-
YUV148.4122.14174.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.63%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=45.63%
G=24.95%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411713800.450.360.16347.0154.1964.9
HexD6758A02D241015b3641
Octal326165212055442053366101
Binary110101101110101100010100101101100100100001010110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6758A; }

 p { color: rgb(214,117,138); }

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

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

 a { background-color: rgb(214,117,138); }

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

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

 span { border-color: rgb(214,117,138); }

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