#D967B0

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

Shades of Hopbush #D967B0

Tints of Hopbush #D967B0

Color information

#D967B0 (or 0xD967B0) is unknown color: approx Hopbush. HEX triplet: D9, 67 and B0. RGB value is (217,103,176). Sum of RGB (Red+Green+Blue) = 217+103+176=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D967B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D967B0 is #26984F. Grayscale: #919191. Windows color (decimal): -2529360 or 11560921. OLE color: 11560921.

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

Color convert

RGB217103176-
CMYK00.530.190.15
HSL321.58º60%62.75%-
HSV(B)321.58º52.53%85.1%-
XYZ41.327.5944.22-
YUV145.41145.27179.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 103 (40.62% from 255) = 20.77%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=43.75%
G=20.77%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710317600.530.190.15321.586062.75
HexD967B003513F1423c3f
Octal33114726006523175027477
Binary110110011100111101100000110101100111111101000010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D967B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D967B0; }

 p { color: rgb(217,103,176); }

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

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

 a { background-color: rgb(217,103,176); }

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

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

 span { border-color: rgb(217,103,176); }

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