#D6667F

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

Shades of Deep Blush #D6667F

Tints of Deep Blush #D6667F

Color information

#D6667F (or 0xD6667F) is unknown color: approx Deep Blush. HEX triplet: D6, 66 and 7F. RGB value is (214,102,127). Sum of RGB (Red+Green+Blue) = 214+102+127=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6667F is #299980. Grayscale: #8A8A8A. Windows color (decimal): -2726273 or 8349398. OLE color: 8349398.

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

Color convert

RGB214102127-
CMYK00.520.410.16
HSL346.61º57.73%61.96%-
HSV(B)346.61º52.34%83.92%-
XYZ36.3125.3323.05-
YUV138.34121.61181.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 127 (50% from 255) = 28.67%
R=48.31%
G=23.02%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410212700.520.410.16346.6157.7361.96
HexD6667F034291015b3a3e
Octal32614617706451205337276
Binary1101011011001101111111011010010100110000101011011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6667F; }

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

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

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

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

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

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

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

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