#D67F93

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

Shades of Puce #D67F93

Tints of Puce #D67F93

Color information

#D67F93 (or 0xD67F93) is unknown color: approx Puce. HEX triplet: D6, 7F and 93. RGB value is (214,127,147). Sum of RGB (Red+Green+Blue) = 214+127+147=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67F93 is #29806C. Grayscale: #9B9B9B. Windows color (decimal): -2719853 or 9666518. OLE color: 9666518.

HSL color Cylindrical-coordinate representation of color #D67F93: hue angle of 346.21º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67F93 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214127147-
CMYK00.410.310.16
HSL346.21º51.48%66.86%-
HSV(B)346.21º40.65%83.92%-
XYZ40.5931.5831.56-
YUV155.29123.32169.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=43.85%
G=26.02%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412714700.410.310.16346.2151.4866.86
HexD67F930291F1015a3343
Octal326177223051372053263103
Binary11010110111111110010011010100111111100001010110101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F93; }

 p { color: rgb(214,127,147); }

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

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

 a { background-color: rgb(214,127,147); }

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

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

 span { border-color: rgb(214,127,147); }

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