#D25BA8

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

Shades of Hopbush #D25BA8

Tints of Hopbush #D25BA8

Color information

#D25BA8 (or 0xD25BA8) is unknown color: approx Hopbush. HEX triplet: D2, 5B and A8. RGB value is (210,91,168). Sum of RGB (Red+Green+Blue) = 210+91+168=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25BA8 is #2DA457. Grayscale: #878787. Windows color (decimal): -2991192 or 11033554. OLE color: 11033554.

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

Color convert

RGB21091168-
CMYK00.570.20.18
HSL321.18º56.94%59.02%-
HSV(B)321.18º56.67%82.35%-
XYZ37.3924.0139.71-
YUV135.36146.42181.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.78%
GREEN value IS 91 (35.94% from 255) = 19.40%
BLUE value IS 168 (66.02% from 255) = 35.82%
R=44.78%
G=19.40%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.2
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109116800.570.20.18321.1856.9459.02
HexD25BA80391412141393b
Octal32213325007124225017173
Binary1101001010110111010100001110011010010010101000001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25BA8; }

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

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

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

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

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

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

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

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