#D565A1

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

Shades of Hopbush #D565A1

Tints of Hopbush #D565A1

Color information

#D565A1 (or 0xD565A1) is unknown color: approx Hopbush. HEX triplet: D5, 65 and A1. RGB value is (213,101,161). Sum of RGB (Red+Green+Blue) = 213+101+161=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D565A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D565A1 is #2A9A5E. Grayscale: #8D8D8D. Windows color (decimal): -2792031 or 10577365. OLE color: 10577365.

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

Color convert

RGB213101161-
CMYK00.530.240.16
HSL327.86º57.14%61.57%-
HSV(B)327.86º52.58%83.53%-
XYZ38.5326.0336.71-
YUV141.33139.11179.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 101 (39.84% from 255) = 21.26%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=44.84%
G=21.26%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310116100.530.240.16327.8657.1461.57
HexD565A10351810148393e
Octal32514524106530205107176
Binary1101010111001011010000101101011100010000101001000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D565A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D565A1; }

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

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

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

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

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

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

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

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