#D363A2

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

Shades of Hopbush #D363A2

Tints of Hopbush #D363A2

Color information

#D363A2 (or 0xD363A2) is unknown color: approx Hopbush. HEX triplet: D3, 63 and A2. RGB value is (211,99,162). Sum of RGB (Red+Green+Blue) = 211+99+162=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D363A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D363A2 is #2C9C5D. Grayscale: #8B8B8B. Windows color (decimal): -2923614 or 10642387. OLE color: 10642387.

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

Color convert

RGB21199162-
CMYK00.530.230.17
HSL326.25º56%60.78%-
HSV(B)326.25º53.08%82.75%-
XYZ37.8525.3837.09-
YUV139.67140.61178.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.70%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 162 (63.67% from 255) = 34.32%
R=44.70%
G=20.97%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119916200.530.230.17326.255660.78
HexD363A20351711146383d
Octal32314324206527215067075
Binary1101001111000111010001001101011011110001101000110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D363A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D363A2; }

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

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

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

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

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

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

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

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