#D261A6

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

Shades of Hopbush #D261A6

Tints of Hopbush #D261A6

Color information

#D261A6 (or 0xD261A6) is unknown color: approx Hopbush. HEX triplet: D2, 61 and A6. RGB value is (210,97,166). Sum of RGB (Red+Green+Blue) = 210+97+166=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D261A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D261A6 is #2D9E59. Grayscale: #8A8A8A. Windows color (decimal): -2989658 or 10904018. OLE color: 10904018.

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

Color convert

RGB21097166-
CMYK00.540.210.18
HSL323.36º55.67%60.2%-
HSV(B)323.36º53.81%82.35%-
XYZ37.742538.91-
YUV138.65143.44178.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 166 (65.23% from 255) = 35.10%
R=44.40%
G=20.51%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109716600.540.210.18323.3655.6760.2
HexD261A60361512143383c
Octal32214124606625225037074
Binary1101001011000011010011001101101010110010101000011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D261A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D261A6; }

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

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

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

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

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

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

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

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