#D2678C

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

Shades of Hopbush #D2678C

Tints of Hopbush #D2678C

Color information

#D2678C (or 0xD2678C) is unknown color: approx Hopbush. HEX triplet: D2, 67 and 8C. RGB value is (210,103,140). Sum of RGB (Red+Green+Blue) = 210+103+140=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2678C is #2D9873. Grayscale: #8B8B8B. Windows color (decimal): -2988148 or 9201618. OLE color: 9201618.

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

Color convert

RGB210103140-
CMYK00.510.330.18
HSL339.25º54.31%61.37%-
HSV(B)339.25º50.95%82.35%-
XYZ36.1625.327.79-
YUV139.21128.45178.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.36%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=46.36%
G=22.74%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010314000.510.330.18339.2554.3161.37
HexD2678C0332112153363d
Octal32214721406341225236675
Binary11010010110011110001100011001110000110010101010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2678C; }

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

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

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

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

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

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

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

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