#D363A5

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

Shades of Hopbush #D363A5

Tints of Hopbush #D363A5

Color information

#D363A5 (or 0xD363A5) is unknown color: approx Hopbush. HEX triplet: D3, 63 and A5. RGB value is (211,99,165). Sum of RGB (Red+Green+Blue) = 211+99+165=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D363A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D363A5 is #2C9C5A. Grayscale: #8B8B8B. Windows color (decimal): -2923611 or 10838995. OLE color: 10838995.

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

Color convert

RGB21199165-
CMYK00.530.220.17
HSL324.64º56%60.78%-
HSV(B)324.64º53.08%82.75%-
XYZ38.1225.4938.51-
YUV140.01142.11178.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.42%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 165 (64.84% from 255) = 34.74%
R=44.42%
G=20.84%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119916500.530.220.17324.645660.78
HexD363A50351611145383d
Octal32314324506526215057075
Binary1101001111000111010010101101011011010001101000101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D363A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D363A5; }

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

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

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

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

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

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

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

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