#D365A5

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

Shades of Hopbush #D365A5

Tints of Hopbush #D365A5

Color information

#D365A5 (or 0xD365A5) is unknown color: approx Hopbush. HEX triplet: D3, 65 and A5. RGB value is (211,101,165). Sum of RGB (Red+Green+Blue) = 211+101+165=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D365A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D365A5 is #2C9A5A. Grayscale: #8D8D8D. Windows color (decimal): -2923099 or 10839507. OLE color: 10839507.

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

Color convert

RGB211101165-
CMYK00.520.220.17
HSL325.09º55.56%61.18%-
HSV(B)325.09º52.13%82.75%-
XYZ38.3125.8738.57-
YUV141.19141.44177.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 165 (64.84% from 255) = 34.59%
R=44.23%
G=21.17%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110116500.520.220.17325.0955.5661.18
HexD365A50341611145383d
Octal32314524506426215057075
Binary1101001111001011010010101101001011010001101000101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D365A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D365A5; }

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

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

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

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

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

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

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

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