#D365A6

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

Shades of Hopbush #D365A6

Tints of Hopbush #D365A6

Color information

#D365A6 (or 0xD365A6) is unknown color: approx Hopbush. HEX triplet: D3, 65 and A6. RGB value is (211,101,166). Sum of RGB (Red+Green+Blue) = 211+101+166=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D365A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D365A6 is #2C9A59. Grayscale: #8D8D8D. Windows color (decimal): -2923098 or 10905043. OLE color: 10905043.

HSL color Cylindrical-coordinate representation of color #D365A6: hue angle of 324.55º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D365A6 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB211101166-
CMYK00.520.210.17
HSL324.55º55.56%61.18%-
HSV(B)324.55º52.13%82.75%-
XYZ38.425.9139.05-
YUV141.3141.94177.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.14%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 166 (65.23% from 255) = 34.73%
R=44.14%
G=21.13%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110116600.520.210.17324.5555.5661.18
HexD365A60341511145383d
Octal32314524606425215057075
Binary1101001111001011010011001101001010110001101000101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D365A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D365A6; }

 p { color: rgb(211,101,166); }

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

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

 a { background-color: rgb(211,101,166); }

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

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

 span { border-color: rgb(211,101,166); }

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