#D67D8B

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

Shades of Charm #D67D8B

Tints of Charm #D67D8B

Color information

#D67D8B (or 0xD67D8B) is unknown color: approx Charm. HEX triplet: D6, 7D and 8B. RGB value is (214,125,139). Sum of RGB (Red+Green+Blue) = 214+125+139=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D8B is #298274. Grayscale: #999999. Windows color (decimal): -2720373 or 9141718. OLE color: 9141718.

HSL color Cylindrical-coordinate representation of color #D67D8B: hue angle of 350.56º 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 #D67D8B is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214125139-
CMYK00.420.350.16
HSL350.56º52.05%66.47%-
HSV(B)350.56º41.59%83.92%-
XYZ39.7330.8328.28-
YUV153.21119.99171.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=44.77%
G=26.15%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412513900.420.350.16350.5652.0566.47
HexD67D8B02A231015f3442
Octal326175213052432053764102
Binary110101101111101100010110101010100011100001010111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67D8B; }

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

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

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

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

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

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

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

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