#D25DAA

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

Shades of Hopbush #D25DAA

Tints of Hopbush #D25DAA

Color information

#D25DAA (or 0xD25DAA) is unknown color: approx Hopbush. HEX triplet: D2, 5D and AA. RGB value is (210,93,170). Sum of RGB (Red+Green+Blue) = 210+93+170=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DAA is #2DA255. Grayscale: #888888. Windows color (decimal): -2990678 or 11165138. OLE color: 11165138.

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

Color convert

RGB21093170-
CMYK00.560.190.18
HSL320.51º56.52%59.41%-
HSV(B)320.51º55.71%82.35%-
XYZ37.7524.4340.76-
YUV136.76146.76180.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 93 (36.72% from 255) = 19.66%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=44.40%
G=19.66%
B=35.94%

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
Decimal2109317000.560.190.18320.5156.5259.41
HexD25DAA0381312141393b
Octal32213525207023225017173
Binary1101001010111011010101001110001001110010101000001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DAA; }

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

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

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

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

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

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

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

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