#D25DA5

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

Shades of Hopbush #D25DA5

Tints of Hopbush #D25DA5

Color information

#D25DA5 (or 0xD25DA5) is unknown color: approx Hopbush. HEX triplet: D2, 5D and A5. RGB value is (210,93,165). Sum of RGB (Red+Green+Blue) = 210+93+165=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DA5 is #2DA25A. Grayscale: #888888. Windows color (decimal): -2990683 or 10837458. OLE color: 10837458.

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

Color convert

RGB21093165-
CMYK00.560.210.18
HSL323.08º56.52%59.41%-
HSV(B)323.08º55.71%82.35%-
XYZ37.2824.2538.31-
YUV136.19144.26180.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.87%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=44.87%
G=19.87%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109316500.560.210.18323.0856.5259.41
HexD25DA50381512143393b
Octal32213524507025225037173
Binary1101001010111011010010101110001010110010101000011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DA5; }

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

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

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

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

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

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

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

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