#D263AC

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

Shades of Hopbush #D263AC

Tints of Hopbush #D263AC

Color information

#D263AC (or 0xD263AC) is unknown color: approx Hopbush. HEX triplet: D2, 63 and AC. RGB value is (210,99,172). Sum of RGB (Red+Green+Blue) = 210+99+172=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D263AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D263AC is #2D9C53. Grayscale: #8C8C8C. Windows color (decimal): -2989140 or 11297746. OLE color: 11297746.

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

Color convert

RGB21099172-
CMYK00.530.180.18
HSL320.54º55.22%60.59%-
HSV(B)320.54º52.86%82.35%-
XYZ38.4925.641.94-
YUV140.51145.77177.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=43.66%
G=20.58%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109917200.530.180.18320.5455.2260.59
HexD263AC0351212141373d
Octal32214325406522225016775
Binary1101001011000111010110001101011001010010101000001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D263AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D263AC; }

 p { color: rgb(210,99,172); }

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

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

 a { background-color: rgb(210,99,172); }

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

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

 span { border-color: rgb(210,99,172); }

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