#D2679F

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

Shades of Hopbush #D2679F

Tints of Hopbush #D2679F

Color information

#D2679F (or 0xD2679F) is unknown color: approx Hopbush. HEX triplet: D2, 67 and 9F. RGB value is (210,103,159). Sum of RGB (Red+Green+Blue) = 210+103+159=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2679F is #2D9860. Grayscale: #8D8D8D. Windows color (decimal): -2988129 or 10446802. OLE color: 10446802.

HSL color Cylindrical-coordinate representation of color #D2679F: hue angle of 328.6º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2679F is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB210103159-
CMYK00.510.240.18
HSL328.6º54.31%61.37%-
HSV(B)328.6º50.95%82.35%-
XYZ37.6925.9135.81-
YUV141.38137.95176.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=44.49%
G=21.82%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010315900.510.240.18328.654.3161.37
HexD2679F0331812149363d
Octal32214723706330225116675
Binary1101001011001111001111101100111100010010101001001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2679F; }

 p { color: rgb(210,103,159); }

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

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

 a { background-color: rgb(210,103,159); }

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

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

 span { border-color: rgb(210,103,159); }

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