#D368A9

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

Shades of Hopbush #D368A9

Tints of Hopbush #D368A9

Color information

#D368A9 (or 0xD368A9) is unknown color: approx Hopbush. HEX triplet: D3, 68 and A9. RGB value is (211,104,169). Sum of RGB (Red+Green+Blue) = 211+104+169=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D368A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D368A9 is #2C9756. Grayscale: #8F8F8F. Windows color (decimal): -2922327 or 11102419. OLE color: 11102419.

HSL color Cylindrical-coordinate representation of color #D368A9: hue angle of 323.55º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D368A9 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB211104169-
CMYK00.510.200.17
HSL323.55º54.87%61.76%-
HSV(B)323.55º50.71%82.75%-
XYZ38.9826.6140.62-
YUV143.4142.45176.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.60%
GREEN value IS 104 (41.02% from 255) = 21.49%
BLUE value IS 169 (66.41% from 255) = 34.92%
R=43.60%
G=21.49%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110416900.510.200.17323.5554.8761.76
HexD368A90331411144373e
Octal32315025106324215046776
Binary1101001111010001010100101100111010010001101000100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D368A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D368A9; }

 p { color: rgb(211,104,169); }

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

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

 a { background-color: rgb(211,104,169); }

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

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

 span { border-color: rgb(211,104,169); }

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