#D2628F

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

Shades of Hopbush #D2628F

Tints of Hopbush #D2628F

Color information

#D2628F (or 0xD2628F) is unknown color: approx Hopbush. HEX triplet: D2, 62 and 8F. RGB value is (210,98,143). Sum of RGB (Red+Green+Blue) = 210+98+143=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2628F is #2D9D70. Grayscale: #888888. Windows color (decimal): -2989425 or 9396946. OLE color: 9396946.

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

Color convert

RGB21098143-
CMYK00.530.320.18
HSL335.89º55.45%60.39%-
HSV(B)335.89º53.33%82.35%-
XYZ35.924.4228.81-
YUV136.62131.61180.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=46.56%
G=21.73%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109814300.530.320.18335.8955.4560.39
HexD2628F0352012150373c
Octal32214221706540225206774
Binary11010010110001010001111011010110000010010101010000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2628F; }

 p { color: rgb(210,98,143); }

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

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

 a { background-color: rgb(210,98,143); }

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

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

 span { border-color: rgb(210,98,143); }

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