#D25DAC

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

Shades of Hopbush #D25DAC

Tints of Hopbush #D25DAC

Color information

#D25DAC (or 0xD25DAC) is unknown color: approx Hopbush. HEX triplet: D2, 5D and AC. RGB value is (210,93,172). Sum of RGB (Red+Green+Blue) = 210+93+172=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DAC is #2DA253. Grayscale: #888888. Windows color (decimal): -2990676 or 11296210. OLE color: 11296210.

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

Color convert

RGB21093172-
CMYK00.560.180.18
HSL319.49º56.52%59.41%-
HSV(B)319.49º55.71%82.35%-
XYZ37.9424.5141.76-
YUV136.99147.76180.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=44.21%
G=19.58%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109317200.560.180.18319.4956.5259.41
HexD25DAC038121213f393b
Octal32213525407022224777173
Binary1101001010111011010110001110001001010010100111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DAC; }

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

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

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

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

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

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

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

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