#D8667E

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

Shades of Deep Blush #D8667E

Tints of Deep Blush #D8667E

Color information

#D8667E (or 0xD8667E) is unknown color: approx Deep Blush. HEX triplet: D8, 66 and 7E. RGB value is (216,102,126). Sum of RGB (Red+Green+Blue) = 216+102+126=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8667E is #279981. Grayscale: #8A8A8A. Windows color (decimal): -2595202 or 8283864. OLE color: 8283864.

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

Color convert

RGB216102126-
CMYK00.530.420.15
HSL347.37º59.38%62.35%-
HSV(B)347.37º52.78%84.71%-
XYZ36.8425.6122.74-
YUV138.82120.77183.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.65%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=48.65%
G=22.97%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610212600.530.420.15347.3759.3862.35
HexD8667E0352AF15b3b3e
Octal33014617606552175337376
Binary110110001100110111111001101011010101111101011011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8667E; }

 p { color: rgb(216,102,126); }

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

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

 a { background-color: rgb(216,102,126); }

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

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

 span { border-color: rgb(216,102,126); }

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