#D279A0

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

Shades of Hopbush #D279A0

Tints of Hopbush #D279A0

Color information

#D279A0 (or 0xD279A0) is unknown color: approx Hopbush. HEX triplet: D2, 79 and A0. RGB value is (210,121,160). Sum of RGB (Red+Green+Blue) = 210+121+160=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D279A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D279A0 is #2D865F. Grayscale: #979797. Windows color (decimal): -2983520 or 10516946. OLE color: 10516946.

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

Color convert

RGB210121160-
CMYK00.420.240.18
HSL333.71º49.72%64.9%-
HSV(B)333.71º42.38%82.35%-
XYZ39.7629.9136.94-
YUV152.06132.49169.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=42.77%
G=24.64%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012116000.420.240.18333.7149.7264.9
HexD279A002A181214e3241
Octal322171240052302251662101
Binary11010010111100110100000010101011000100101010011101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D279A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D279A0; }

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

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

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

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

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

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

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

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