#d25f8b

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

Shades of Hopbush #D25F8B

Tints of Hopbush #D25F8B

Color information

#D25F8B (or 0xD25F8B) is unknown color: approx Hopbush. HEX triplet: D2, 5F and 8B. RGB value is (210,95,139). Sum of RGB (Red+Green+Blue) = 210+95+139=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25F8B is #2DA074. Grayscale: #868686. Windows color (decimal): -2990197 or 9134034. OLE color: 9134034.

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

Color convert

RGB21095139-
CMYK00.550.340.18
HSL337.04º56.1%59.8%-
HSV(B)337.04º54.76%82.35%-
XYZ35.3323.7527.15-
YUV134.4130.6181.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.30%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=47.30%
G=21.40%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109513900.550.340.18337.0456.159.8
HexD25F8B0372212151383c
Octal32213721306742225217074
Binary11010010101111110001011011011110001010010101010001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d25f8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d25f8b; }

 p { color: rgb(210,95,139); }

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

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

 a { background-color: rgb(210,95,139); }

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

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

 span { border-color: rgb(210,95,139); }

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