#D7669C

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

Shades of Hopbush #D7669C

Tints of Hopbush #D7669C

Color information

#D7669C (or 0xD7669C) is unknown color: approx Hopbush. HEX triplet: D7, 66 and 9C. RGB value is (215,102,156). Sum of RGB (Red+Green+Blue) = 215+102+156=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7669C is #289963. Grayscale: #8D8D8D. Windows color (decimal): -2660708 or 10249943. OLE color: 10249943.

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

Color convert

RGB215102156-
CMYK00.530.270.16
HSL331.33º58.55%62.16%-
HSV(B)331.33º52.56%84.31%-
XYZ38.7826.3534.49-
YUV141.94135.94180.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.45%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=45.45%
G=21.56%
B=32.98%

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
Decimal21510215600.530.270.16331.3358.5562.16
HexD7669C0351B1014b3b3e
Octal32714623406533205137376
Binary1101011111001101001110001101011101110000101001011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7669C; }

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

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

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

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

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

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

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

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