#D7669D

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

Shades of Hopbush #D7669D

Tints of Hopbush #D7669D

Color information

#D7669D (or 0xD7669D) is unknown color: approx Hopbush. HEX triplet: D7, 66 and 9D. RGB value is (215,102,157). Sum of RGB (Red+Green+Blue) = 215+102+157=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7669D is #289962. Grayscale: #8D8D8D. Windows color (decimal): -2660707 or 10315479. OLE color: 10315479.

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

Color convert

RGB215102157-
CMYK00.530.270.16
HSL330.8º58.55%62.16%-
HSV(B)330.8º52.56%84.31%-
XYZ38.8626.3834.94-
YUV142.06136.44180.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.36%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=45.36%
G=21.52%
B=33.12%

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
Decimal21510215700.530.270.16330.858.5562.16
HexD7669D0351B1014b3b3e
Octal32714623506533205137376
Binary1101011111001101001110101101011101110000101001011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7669D; }

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

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

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

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

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

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

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

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