#D25BA0

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

Shades of Hopbush #D25BA0

Tints of Hopbush #D25BA0

Color information

#D25BA0 (or 0xD25BA0) is unknown color: approx Hopbush. HEX triplet: D2, 5B and A0. RGB value is (210,91,160). Sum of RGB (Red+Green+Blue) = 210+91+160=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25BA0 is #2DA45F. Grayscale: #868686. Windows color (decimal): -2991200 or 10509266. OLE color: 10509266.

HSL color Cylindrical-coordinate representation of color #D25BA0: hue angle of 325.21º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25BA0 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB21091160-
CMYK00.570.240.18
HSL325.21º56.94%59.02%-
HSV(B)325.21º56.67%82.35%-
XYZ36.6623.7235.9-
YUV134.45142.42181.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=45.55%
G=19.74%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109116000.570.240.18325.2156.9459.02
HexD25BA00391812145393b
Octal32213324007130225057173
Binary1101001010110111010000001110011100010010101000101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25BA0; }

 p { color: rgb(210,91,160); }

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

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

 a { background-color: rgb(210,91,160); }

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

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

 span { border-color: rgb(210,91,160); }

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