#D8677F

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

Shades of Deep Blush #D8677F

Tints of Deep Blush #D8677F

Color information

#D8677F (or 0xD8677F) is unknown color: approx Deep Blush. HEX triplet: D8, 67 and 7F. RGB value is (216,103,127). Sum of RGB (Red+Green+Blue) = 216+103+127=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8677F is #279880. Grayscale: #8B8B8B. Windows color (decimal): -2594945 or 8349656. OLE color: 8349656.

HSL color Cylindrical-coordinate representation of color #D8677F: hue angle of 347.26º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8677F is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216103127-
CMYK00.520.410.15
HSL347.26º59.16%62.55%-
HSV(B)347.26º52.31%84.71%-
XYZ3725.8323.11-
YUV139.52120.94182.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.43%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 127 (50% from 255) = 28.48%
R=48.43%
G=23.09%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610312700.520.410.15347.2659.1662.55
HexD8677F03429F15b3b3f
Octal33014717706451175337377
Binary110110001100111111111101101001010011111101011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8677F; }

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

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

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

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

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

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

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

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