#D274AD

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

Shades of Hopbush #D274AD

Tints of Hopbush #D274AD

Color information

#D274AD (or 0xD274AD) is unknown color: approx Hopbush. HEX triplet: D2, 74 and AD. RGB value is (210,116,173). Sum of RGB (Red+Green+Blue) = 210+116+173=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D274AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D274AD is #2D8B52. Grayscale: #969696. Windows color (decimal): -2984787 or 11367634. OLE color: 11367634.

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

Color convert

RGB210116173-
CMYK00.450.180.18
HSL323.62º51.09%63.92%-
HSV(B)323.62º44.76%82.35%-
XYZ40.3729.2143.05-
YUV150.6140.64170.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 116 (45.70% from 255) = 23.25%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=42.08%
G=23.25%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011617300.450.180.18323.6251.0963.92
HexD274AD02D12121443340
Octal322164255055222250463100
Binary11010010111010010101101010110110010100101010001001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D274AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D274AD; }

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

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

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

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

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

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

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

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