#D2759A

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

Shades of Hopbush #D2759A

Tints of Hopbush #D2759A

Color information

#D2759A (or 0xD2759A) is unknown color: approx Hopbush. HEX triplet: D2, 75 and 9A. RGB value is (210,117,154). Sum of RGB (Red+Green+Blue) = 210+117+154=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2759A is #2D8A65. Grayscale: #949494. Windows color (decimal): -2984550 or 10122706. OLE color: 10122706.

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

Color convert

RGB210117154-
CMYK00.440.270.18
HSL336.13º50.82%64.12%-
HSV(B)336.13º44.29%82.35%-
XYZ38.7728.7634.08-
YUV149.02130.81171.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=43.66%
G=24.32%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011715400.440.270.18336.1350.8264.12
HexD2759A02C1B121503340
Octal322165232054332252063100
Binary11010010111010110011010010110011011100101010100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2759A; }

 p { color: rgb(210,117,154); }

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

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

 a { background-color: rgb(210,117,154); }

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

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

 span { border-color: rgb(210,117,154); }

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