#D67A91

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

Shades of Charm #D67A91

Tints of Charm #D67A91

Color information

#D67A91 (or 0xD67A91) is unknown color: approx Charm. HEX triplet: D6, 7A and 91. RGB value is (214,122,145). Sum of RGB (Red+Green+Blue) = 214+122+145=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A91 is #29856E. Grayscale: #989898. Windows color (decimal): -2721135 or 9534166. OLE color: 9534166.

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

Color convert

RGB214122145-
CMYK00.430.320.16
HSL345º52.87%65.88%-
HSV(B)345º42.99%83.92%-
XYZ39.830.2630.53-
YUV152.13123.98172.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=44.49%
G=25.36%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412214500.430.320.1634552.8765.88
HexD67A9102B20101593542
Octal326172221053402053165102
Binary110101101111010100100010101011100000100001010110011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A91; }

 p { color: rgb(214,122,145); }

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

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

 a { background-color: rgb(214,122,145); }

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

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

 span { border-color: rgb(214,122,145); }

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