#D265A6

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

Shades of Hopbush #D265A6

Tints of Hopbush #D265A6

Color information

#D265A6 (or 0xD265A6) is unknown color: approx Hopbush. HEX triplet: D2, 65 and A6. RGB value is (210,101,166). Sum of RGB (Red+Green+Blue) = 210+101+166=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D265A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D265A6 is #2D9A59. Grayscale: #8C8C8C. Windows color (decimal): -2988634 or 10905042. OLE color: 10905042.

HSL color Cylindrical-coordinate representation of color #D265A6: hue angle of 324.22º 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 #D265A6 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB210101166-
CMYK00.520.210.18
HSL324.22º54.77%60.98%-
HSV(B)324.22º51.9%82.35%-
XYZ38.1125.7639.04-
YUV141142.11177.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 166 (65.23% from 255) = 34.80%
R=44.03%
G=21.17%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010116600.520.210.18324.2254.7760.98
HexD265A60341512144373d
Octal32214524606425225046775
Binary1101001011001011010011001101001010110010101000100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D265A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D265A6; }

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

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

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

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

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

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

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

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