#D25E8D

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

Shades of Hopbush #D25E8D

Tints of Hopbush #D25E8D

Color information

#D25E8D (or 0xD25E8D) is unknown color: approx Hopbush. HEX triplet: D2, 5E and 8D. RGB value is (210,94,141). Sum of RGB (Red+Green+Blue) = 210+94+141=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25E8D is #2DA172. Grayscale: #858585. Windows color (decimal): -2990451 or 9264850. OLE color: 9264850.

HSL color Cylindrical-coordinate representation of color #D25E8D: hue angle of 335.69º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25E8D is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB21094141-
CMYK00.550.330.18
HSL335.69º56.31%59.61%-
HSV(B)335.69º55.24%82.35%-
XYZ35.3923.6327.9-
YUV134.04131.93182.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.19%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=47.19%
G=21.12%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109414100.550.330.18335.6956.3159.61
HexD25E8D0372112150383c
Octal32213621506741225207074
Binary11010010101111010001101011011110000110010101010000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25E8D; }

 p { color: rgb(210,94,141); }

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

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

 a { background-color: rgb(210,94,141); }

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

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

 span { border-color: rgb(210,94,141); }

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