#D969A7

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

Shades of Hopbush #D969A7

Tints of Hopbush #D969A7

Color information

#D969A7 (or 0xD969A7) is unknown color: approx Hopbush. HEX triplet: D9, 69 and A7. RGB value is (217,105,167). Sum of RGB (Red+Green+Blue) = 217+105+167=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D969A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D969A7 is #269658. Grayscale: #919191. Windows color (decimal): -2528857 or 10971609. OLE color: 10971609.

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

Color convert

RGB217105167-
CMYK00.520.230.15
HSL326.79º59.57%63.14%-
HSV(B)326.79º51.61%85.1%-
XYZ40.6427.6439.75-
YUV145.56140.11178.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=44.38%
G=21.47%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710516700.520.230.15326.7959.5763.14
HexD969A703417F1473c3f
Octal33115124706427175077477
Binary110110011101001101001110110100101111111101000111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969A7; }

 p { color: rgb(217,105,167); }

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

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

 a { background-color: rgb(217,105,167); }

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

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

 span { border-color: rgb(217,105,167); }

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