#D361AC

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

Shades of Hopbush #D361AC

Tints of Hopbush #D361AC

Color information

#D361AC (or 0xD361AC) is unknown color: approx Hopbush. HEX triplet: D3, 61 and AC. RGB value is (211,97,172). Sum of RGB (Red+Green+Blue) = 211+97+172=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D361AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D361AC is #2C9E53. Grayscale: #8B8B8B. Windows color (decimal): -2924116 or 11297235. OLE color: 11297235.

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

Color convert

RGB21197172-
CMYK00.540.180.17
HSL320.53º56.44%60.39%-
HSV(B)320.53º54.03%82.75%-
XYZ38.5925.3841.89-
YUV139.64146.27178.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.96%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=43.96%
G=20.21%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119717200.540.180.17320.5356.4460.39
HexD361AC0361211141383c
Octal32314125406622215017074
Binary1101001111000011010110001101101001010001101000001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D361AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D361AC; }

 p { color: rgb(211,97,172); }

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

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

 a { background-color: rgb(211,97,172); }

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

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

 span { border-color: rgb(211,97,172); }

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