#D26598

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

Shades of Hopbush #D26598

Tints of Hopbush #D26598

Color information

#D26598 (or 0xD26598) is unknown color: approx Hopbush. HEX triplet: D2, 65 and 98. RGB value is (210,101,152). Sum of RGB (Red+Green+Blue) = 210+101+152=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D26598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26598 is #2D9A67. Grayscale: #8B8B8B. Windows color (decimal): -2988648 or 9987538. OLE color: 9987538.

HSL color Cylindrical-coordinate representation of color #D26598: hue angle of 331.93º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26598 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210101152-
CMYK00.520.280.18
HSL331.93º54.77%60.98%-
HSV(B)331.93º51.9%82.35%-
XYZ36.925.2832.64-
YUV139.4135.11178.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=45.36%
G=21.81%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010115200.520.280.18331.9354.7760.98
HexD265980341C1214c373d
Octal32214523006434225146775
Binary1101001011001011001100001101001110010010101001100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26598; }

 p { color: rgb(210,101,152); }

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

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

 a { background-color: rgb(210,101,152); }

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

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

 span { border-color: rgb(210,101,152); }

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