#D279A9

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

Shades of Hopbush #D279A9

Tints of Hopbush #D279A9

Color information

#D279A9 (or 0xD279A9) is unknown color: approx Hopbush. HEX triplet: D2, 79 and A9. RGB value is (210,121,169). Sum of RGB (Red+Green+Blue) = 210+121+169=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D279A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D279A9 is #2D8656. Grayscale: #989898. Windows color (decimal): -2983511 or 11106770. OLE color: 11106770.

HSL color Cylindrical-coordinate representation of color #D279A9: hue angle of 327.64º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D279A9 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210121169-
CMYK00.420.200.18
HSL327.64º49.72%64.9%-
HSV(B)327.64º42.38%82.35%-
XYZ40.5830.2441.23-
YUV153.08136.99168.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=42%
G=24.2%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012116900.420.200.18327.6449.7264.9
HexD279A902A14121483241
Octal322171251052242251062101
Binary11010010111100110101001010101010100100101010010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D279A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D279A9; }

 p { color: rgb(210,121,169); }

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

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

 a { background-color: rgb(210,121,169); }

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

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

 span { border-color: rgb(210,121,169); }

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