#D6677F

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

Shades of Deep Blush #D6677F

Tints of Deep Blush #D6677F

Color information

#D6677F (or 0xD6677F) is unknown color: approx Deep Blush. HEX triplet: D6, 67 and 7F. RGB value is (214,103,127). Sum of RGB (Red+Green+Blue) = 214+103+127=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6677F is #299880. Grayscale: #8A8A8A. Windows color (decimal): -2726017 or 8349654. OLE color: 8349654.

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

Color convert

RGB214103127-
CMYK00.520.410.16
HSL347.03º57.51%62.16%-
HSV(B)347.03º51.87%83.92%-
XYZ36.4125.5323.09-
YUV138.93121.27181.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 127 (50% from 255) = 28.60%
R=48.20%
G=23.20%
B=28.60%

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
Decimal21410312700.520.410.16347.0357.5162.16
HexD6677F034291015b3a3e
Octal32614717706451205337276
Binary1101011011001111111111011010010100110000101011011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6677F; }

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

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

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

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

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

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

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

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