#D7669E

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

Shades of Hopbush #D7669E

Tints of Hopbush #D7669E

Color information

#D7669E (or 0xD7669E) is unknown color: approx Hopbush. HEX triplet: D7, 66 and 9E. RGB value is (215,102,158). Sum of RGB (Red+Green+Blue) = 215+102+158=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D7669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7669E is #289961. Grayscale: #8E8E8E. Windows color (decimal): -2660706 or 10381015. OLE color: 10381015.

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

Color convert

RGB215102158-
CMYK00.530.270.16
HSL330.27º58.55%62.16%-
HSV(B)330.27º52.56%84.31%-
XYZ38.9526.4235.39-
YUV142.17136.94179.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.26%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=45.26%
G=21.47%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510215800.530.270.16330.2758.5562.16
HexD7669E0351B1014a3b3e
Octal32714623606533205127376
Binary1101011111001101001111001101011101110000101001010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7669E; }

 p { color: rgb(215,102,158); }

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

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

 a { background-color: rgb(215,102,158); }

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

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

 span { border-color: rgb(215,102,158); }

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