#D6927F

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

Shades of My Pink #D6927F

Tints of My Pink #D6927F

Color information

#D6927F (or 0xD6927F) is unknown color: approx My Pink. HEX triplet: D6, 92 and 7F. RGB value is (214,146,127). Sum of RGB (Red+Green+Blue) = 214+146+127=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6927F is #296D80. Grayscale: #A4A4A4. Windows color (decimal): -2715009 or 8360662. OLE color: 8360662.

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

Color convert

RGB214146127-
CMYK00.320.410.16
HSL13.1º51.48%66.86%-
HSV(B)13.1º40.65%83.92%-
XYZ41.8436.3924.9-
YUV164.17107.03163.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 127 (50% from 255) = 26.08%
R=43.94%
G=29.98%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414612700.320.410.1613.151.4866.86
HexD6927F0202910d3343
Octal32622217704051201563103
Binary1101011010010010111111101000001010011000011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6927F; }

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

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

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

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

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

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

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

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