#D261A9

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

Shades of Hopbush #D261A9

Tints of Hopbush #D261A9

Color information

#D261A9 (or 0xD261A9) is unknown color: approx Hopbush. HEX triplet: D2, 61 and A9. RGB value is (210,97,169). Sum of RGB (Red+Green+Blue) = 210+97+169=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D261A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D261A9 is #2D9E56. Grayscale: #8A8A8A. Windows color (decimal): -2989655 or 11100626. OLE color: 11100626.

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

Color convert

RGB21097169-
CMYK00.540.200.18
HSL321.77º55.67%60.2%-
HSV(B)321.77º53.81%82.35%-
XYZ38.0125.1240.38-
YUV139144.94178.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.12%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=44.12%
G=20.38%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109716900.540.200.18321.7755.6760.2
HexD261A90361412142383c
Octal32214125106624225027074
Binary1101001011000011010100101101101010010010101000010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D261A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D261A9; }

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

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

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

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

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

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

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

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