#D25FAC

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

Shades of Hopbush #D25FAC

Tints of Hopbush #D25FAC

Color information

#D25FAC (or 0xD25FAC) is unknown color: approx Hopbush. HEX triplet: D2, 5F and AC. RGB value is (210,95,172). Sum of RGB (Red+Green+Blue) = 210+95+172=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25FAC is #2DA053. Grayscale: #898989. Windows color (decimal): -2990164 or 11296722. OLE color: 11296722.

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

Color convert

RGB21095172-
CMYK00.550.180.18
HSL319.83º56.1%59.8%-
HSV(B)319.83º54.76%82.35%-
XYZ38.1224.8641.82-
YUV138.16147.1179.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=44.03%
G=19.92%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109517200.550.180.18319.8356.159.8
HexD25FAC0371212140383c
Octal32213725406722225007074
Binary1101001010111111010110001101111001010010101000000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25FAC; }

 p { color: rgb(210,95,172); }

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

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

 a { background-color: rgb(210,95,172); }

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

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

 span { border-color: rgb(210,95,172); }

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