#D26C96

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

Shades of Hopbush #D26C96

Tints of Hopbush #D26C96

Color information

#D26C96 (or 0xD26C96) is unknown color: approx Hopbush. HEX triplet: D2, 6C and 96. RGB value is (210,108,150). Sum of RGB (Red+Green+Blue) = 210+108+150=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26C96 is #2D9369. Grayscale: #8F8F8F. Windows color (decimal): -2986858 or 9858258. OLE color: 9858258.

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

Color convert

RGB210108150-
CMYK00.490.290.18
HSL335.29º53.12%62.35%-
HSV(B)335.29º48.57%82.35%-
XYZ37.4526.6332.02-
YUV143.29131.79175.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.87%
GREEN value IS 108 (42.58% from 255) = 23.08%
BLUE value IS 150 (58.98% from 255) = 32.05%
R=44.87%
G=23.08%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010815000.490.290.18335.2953.1262.35
HexD26C960311D1214f353e
Octal32215422606135225176576
Binary1101001011011001001011001100011110110010101001111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C96; }

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

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

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

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

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

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

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

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