#D564A7

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

Shades of Hopbush #D564A7

Tints of Hopbush #D564A7

Color information

#D564A7 (or 0xD564A7) is unknown color: approx Hopbush. HEX triplet: D5, 64 and A7. RGB value is (213,100,167). Sum of RGB (Red+Green+Blue) = 213+100+167=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D564A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D564A7 is #2A9B58. Grayscale: #8D8D8D. Windows color (decimal): -2792281 or 10970325. OLE color: 10970325.

HSL color Cylindrical-coordinate representation of color #D564A7: hue angle of 324.42º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D564A7 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB213100167-
CMYK00.530.220.16
HSL324.42º57.36%61.37%-
HSV(B)324.42º53.05%83.53%-
XYZ38.9726.0539.53-
YUV141.43142.44179.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 167 (65.62% from 255) = 34.79%
R=44.38%
G=20.83%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310016700.530.220.16324.4257.3661.37
HexD564A70351610144393d
Octal32514424706526205047175
Binary1101010111001001010011101101011011010000101000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564A7; }

 p { color: rgb(213,100,167); }

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

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

 a { background-color: rgb(213,100,167); }

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

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

 span { border-color: rgb(213,100,167); }

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