#D25DA7

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

Shades of Hopbush #D25DA7

Tints of Hopbush #D25DA7

Color information

#D25DA7 (or 0xD25DA7) is unknown color: approx Hopbush. HEX triplet: D2, 5D and A7. RGB value is (210,93,167). Sum of RGB (Red+Green+Blue) = 210+93+167=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DA7 is #2DA258. Grayscale: #888888. Windows color (decimal): -2990681 or 10968530. OLE color: 10968530.

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

Color convert

RGB21093167-
CMYK00.560.200.18
HSL322.05º56.52%59.41%-
HSV(B)322.05º55.71%82.35%-
XYZ37.4724.3239.28-
YUV136.42145.26180.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 93 (36.72% from 255) = 19.79%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=44.68%
G=19.79%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109316700.560.200.18322.0556.5259.41
HexD25DA70381412142393b
Octal32213524707024225027173
Binary1101001010111011010011101110001010010010101000010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DA7; }

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

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

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

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

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

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

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

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