#D25DAB

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

Shades of Hopbush #D25DAB

Tints of Hopbush #D25DAB

Color information

#D25DAB (or 0xD25DAB) is unknown color: approx Hopbush. HEX triplet: D2, 5D and AB. RGB value is (210,93,171). Sum of RGB (Red+Green+Blue) = 210+93+171=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DAB is #2DA254. Grayscale: #888888. Windows color (decimal): -2990677 or 11230674. OLE color: 11230674.

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

Color convert

RGB21093171-
CMYK00.560.190.18
HSL320º56.52%59.41%-
HSV(B)320º55.71%82.35%-
XYZ37.8424.4741.26-
YUV136.88147.26180.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=44.30%
G=19.62%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109317100.560.190.1832056.5259.41
HexD25DAB0381312140393b
Octal32213525307023225007173
Binary1101001010111011010101101110001001110010101000000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DAB; }

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

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

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

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

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

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

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

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