#D15FAA

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

Shades of Hopbush #D15FAA

Tints of Hopbush #D15FAA

Color information

#D15FAA (or 0xD15FAA) is unknown color: approx Hopbush. HEX triplet: D1, 5F and AA. RGB value is (209,95,170). Sum of RGB (Red+Green+Blue) = 209+95+170=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15FAA is #2EA055. Grayscale: #898989. Windows color (decimal): -3055702 or 11165649. OLE color: 11165649.

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

Color convert

RGB20995170-
CMYK00.550.190.18
HSL320.53º55.34%59.61%-
HSV(B)320.53º54.55%81.96%-
XYZ37.6424.6440.8-
YUV137.64146.27178.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 95 (37.5% from 255) = 20.04%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=44.09%
G=20.04%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099517000.550.190.18320.5355.3459.61
HexD15FAA0371312141373c
Octal32113725206723225016774
Binary1101000110111111010101001101111001110010101000001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FAA; }

 p { color: rgb(209,95,170); }

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

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

 a { background-color: rgb(209,95,170); }

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

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

 span { border-color: rgb(209,95,170); }

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