#D25E88

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

Shades of Hopbush #D25E88

Tints of Hopbush #D25E88

Color information

#D25E88 (or 0xD25E88) is unknown color: approx Hopbush. HEX triplet: D2, 5E and 88. RGB value is (210,94,136). Sum of RGB (Red+Green+Blue) = 210+94+136=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25E88 is #2DA177. Grayscale: #858585. Windows color (decimal): -2990456 or 8937170. OLE color: 8937170.

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

Color convert

RGB21094136-
CMYK00.550.350.18
HSL338.28º56.31%59.61%-
HSV(B)338.28º55.24%82.35%-
XYZ35.0223.4825.98-
YUV133.47129.43182.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.73%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=47.73%
G=21.36%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109413600.550.350.18338.2856.3159.61
HexD25E880372312152383c
Octal32213621006743225227074
Binary11010010101111010001000011011110001110010101010010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25E88; }

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

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

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

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

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

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

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

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