#D565B1

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

Shades of Hopbush #D565B1

Tints of Hopbush #D565B1

Color information

#D565B1 (or 0xD565B1) is unknown color: approx Hopbush. HEX triplet: D5, 65 and B1. RGB value is (213,101,177). Sum of RGB (Red+Green+Blue) = 213+101+177=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D565B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D565B1 is #2A9A4E. Grayscale: #8E8E8E. Windows color (decimal): -2792015 or 11625941. OLE color: 11625941.

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

Color convert

RGB213101177-
CMYK00.530.170.16
HSL319.29º57.14%61.57%-
HSV(B)319.29º52.58%83.53%-
XYZ40.0326.6344.62-
YUV143.15147.11177.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=43.38%
G=20.57%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310117700.530.170.16319.2957.1461.57
HexD565B1035111013f393e
Octal32514526106521204777176
Binary1101010111001011011000101101011000110000100111111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D565B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D565B1; }

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

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

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

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

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

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

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

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