#D67D8A

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

Shades of Charm #D67D8A

Tints of Charm #D67D8A

Color information

#D67D8A (or 0xD67D8A) is unknown color: approx Charm. HEX triplet: D6, 7D and 8A. RGB value is (214,125,138). Sum of RGB (Red+Green+Blue) = 214+125+138=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D8A is #298275. Grayscale: #999999. Windows color (decimal): -2720374 or 9076182. OLE color: 9076182.

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

Color convert

RGB214125138-
CMYK00.420.360.16
HSL351.24º52.05%66.47%-
HSV(B)351.24º41.59%83.92%-
XYZ39.6530.827.9-
YUV153.09119.49171.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=44.86%
G=26.21%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412513800.420.360.16351.2452.0566.47
HexD67D8A02A241015f3442
Octal326175212052442053764102
Binary110101101111101100010100101010100100100001010111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67D8A; }

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

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

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

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

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

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

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

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