#D565AD

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

Shades of Hopbush #D565AD

Tints of Hopbush #D565AD

Color information

#D565AD (or 0xD565AD) is unknown color: approx Hopbush. HEX triplet: D5, 65 and AD. RGB value is (213,101,173). Sum of RGB (Red+Green+Blue) = 213+101+173=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D565AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D565AD is #2A9A52. Grayscale: #8E8E8E. Windows color (decimal): -2792019 or 11363797. OLE color: 11363797.

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

Color convert

RGB213101173-
CMYK00.530.190.16
HSL321.43º57.14%61.57%-
HSV(B)321.43º52.58%83.53%-
XYZ39.6426.4742.56-
YUV142.7145.11178.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 101 (39.84% from 255) = 20.74%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=43.74%
G=20.74%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310117300.530.190.16321.4357.1461.57
HexD565AD0351310141393e
Octal32514525506523205017176
Binary1101010111001011010110101101011001110000101000001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D565AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D565AD; }

 p { color: rgb(213,101,173); }

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

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

 a { background-color: rgb(213,101,173); }

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

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

 span { border-color: rgb(213,101,173); }

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