#D279AF

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

Shades of Hopbush #D279AF

Tints of Hopbush #D279AF

Color information

#D279AF (or 0xD279AF) is unknown color: approx Hopbush. HEX triplet: D2, 79 and AF. RGB value is (210,121,175). Sum of RGB (Red+Green+Blue) = 210+121+175=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D279AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D279AF is #2D8650. Grayscale: #999999. Windows color (decimal): -2983505 or 11499986. OLE color: 11499986.

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

Color convert

RGB210121175-
CMYK00.420.170.18
HSL323.6º49.72%64.9%-
HSV(B)323.6º42.38%82.35%-
XYZ41.1530.4744.27-
YUV153.77139.99168.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=41.50%
G=23.91%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012117500.420.170.18323.649.7264.9
HexD279AF02A11121443241
Octal322171257052212250462101
Binary11010010111100110101111010101010001100101010001001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D279AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D279AF; }

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

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

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

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

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

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

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

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