#D274AF

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

Shades of Hopbush #D274AF

Tints of Hopbush #D274AF

Color information

#D274AF (or 0xD274AF) is unknown color: approx Hopbush. HEX triplet: D2, 74 and AF. RGB value is (210,116,175). Sum of RGB (Red+Green+Blue) = 210+116+175=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D274AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D274AF is #2D8B50. Grayscale: #969696. Windows color (decimal): -2984785 or 11498706. OLE color: 11498706.

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

Color convert

RGB210116175-
CMYK00.450.170.18
HSL322.34º51.09%63.92%-
HSV(B)322.34º44.76%82.35%-
XYZ40.5629.2944.07-
YUV150.83141.64170.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=41.92%
G=23.15%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011617500.450.170.18322.3451.0963.92
HexD274AF02D11121423340
Octal322164257055212250263100
Binary11010010111010010101111010110110001100101010000101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D274AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D274AF; }

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

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

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

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

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

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

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

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