#D26CAA

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

Shades of Hopbush #D26CAA

Tints of Hopbush #D26CAA

Color information

#D26CAA (or 0xD26CAA) is unknown color: approx Hopbush. HEX triplet: D2, 6C and AA. RGB value is (210,108,170). Sum of RGB (Red+Green+Blue) = 210+108+170=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26CAA is #2D9355. Grayscale: #919191. Windows color (decimal): -2986838 or 11168978. OLE color: 11168978.

HSL color Cylindrical-coordinate representation of color #D26CAA: hue angle of 323.53º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26CAA is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210108170-
CMYK00.490.190.18
HSL323.53º53.12%62.35%-
HSV(B)323.53º48.57%82.35%-
XYZ39.227.3341.24-
YUV145.57141.79173.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.03%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=43.03%
G=22.13%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010817000.490.190.18323.5353.1262.35
HexD26CAA0311312144353e
Octal32215425206123225046576
Binary1101001011011001010101001100011001110010101000100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26CAA; }

 p { color: rgb(210,108,170); }

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

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

 a { background-color: rgb(210,108,170); }

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

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

 span { border-color: rgb(210,108,170); }

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