#D25CA9

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

Shades of Hopbush #D25CA9

Tints of Hopbush #D25CA9

Color information

#D25CA9 (or 0xD25CA9) is unknown color: approx Hopbush. HEX triplet: D2, 5C and A9. RGB value is (210,92,169). Sum of RGB (Red+Green+Blue) = 210+92+169=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CA9 is #2DA356. Grayscale: #878787. Windows color (decimal): -2990935 or 11099346. OLE color: 11099346.

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

Color convert

RGB21092169-
CMYK00.560.200.18
HSL320.85º56.73%59.22%-
HSV(B)320.85º56.19%82.35%-
XYZ37.5724.2240.23-
YUV136.06146.59180.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 92 (36.33% from 255) = 19.53%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=44.59%
G=19.53%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109216900.560.200.18320.8556.7359.22
HexD25CA90381412141393b
Octal32213425107024225017173
Binary1101001010111001010100101110001010010010101000001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25CA9; }

 p { color: rgb(210,92,169); }

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

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

 a { background-color: rgb(210,92,169); }

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

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

 span { border-color: rgb(210,92,169); }

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