#D265AC

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

Shades of Hopbush #D265AC

Tints of Hopbush #D265AC

Color information

#D265AC (or 0xD265AC) is unknown color: approx Hopbush. HEX triplet: D2, 65 and AC. RGB value is (210,101,172). Sum of RGB (Red+Green+Blue) = 210+101+172=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D265AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D265AC is #2D9A53. Grayscale: #8D8D8D. Windows color (decimal): -2988628 or 11298258. OLE color: 11298258.

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

Color convert

RGB210101172-
CMYK00.520.180.18
HSL320.92º54.77%60.98%-
HSV(B)320.92º51.9%82.35%-
XYZ38.6825.9942.01-
YUV141.68145.11176.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=43.48%
G=20.91%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010117200.520.180.18320.9254.7760.98
HexD265AC0341212141373d
Octal32214525406422225016775
Binary1101001011001011010110001101001001010010101000001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D265AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D265AC; }

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

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

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

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

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

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

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

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