#D965AF

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

Shades of Hopbush #D965AF

Tints of Hopbush #D965AF

Color information

#D965AF (or 0xD965AF) is unknown color: approx Hopbush. HEX triplet: D9, 65 and AF. RGB value is (217,101,175). Sum of RGB (Red+Green+Blue) = 217+101+175=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D965AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D965AF is #269A50. Grayscale: #8F8F8F. Windows color (decimal): -2529873 or 11494873. OLE color: 11494873.

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

Color convert

RGB217101175-
CMYK00.530.190.15
HSL321.72º60.42%62.35%-
HSV(B)321.72º53.46%85.1%-
XYZ41.0127.1543.64-
YUV144.12145.43179.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=44.02%
G=20.49%
B=35.50%

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
Decimal21710117500.530.190.15321.7260.4262.35
HexD965AF03513F1423c3e
Octal33114525706523175027476
Binary110110011100101101011110110101100111111101000010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D965AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D965AF; }

 p { color: rgb(217,101,175); }

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

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

 a { background-color: rgb(217,101,175); }

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

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

 span { border-color: rgb(217,101,175); }

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