#d260ac

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

Shades of Hopbush #D260AC

Tints of Hopbush #D260AC

Color information

#D260AC (or 0xD260AC) is unknown color: approx Hopbush. HEX triplet: D2, 60 and AC. RGB value is (210,96,172). Sum of RGB (Red+Green+Blue) = 210+96+172=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D260AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D260AC is #2D9F53. Grayscale: #8A8A8A. Windows color (decimal): -2989908 or 11296978. OLE color: 11296978.

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

Color convert

RGB21096172-
CMYK00.540.180.18
HSL320º55.88%60%-
HSV(B)320º54.29%82.35%-
XYZ38.2125.0541.85-
YUV138.75146.77178.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=43.93%
G=20.08%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109617200.540.180.1832055.8860
HexD260AC0361212140383c
Octal32214025406622225007074
Binary1101001011000001010110001101101001010010101000000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d260ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d260ac; }

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

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

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

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

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

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

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

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