#D272AE

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

Shades of Hopbush #D272AE

Tints of Hopbush #D272AE

Color information

#D272AE (or 0xD272AE) is unknown color: approx Hopbush. HEX triplet: D2, 72 and AE. RGB value is (210,114,174). Sum of RGB (Red+Green+Blue) = 210+114+174=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D272AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D272AE is #2D8D51. Grayscale: #959595. Windows color (decimal): -2985298 or 11432658. OLE color: 11432658.

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

Color convert

RGB210114174-
CMYK00.460.170.18
HSL322.5º51.61%63.53%-
HSV(B)322.5º45.71%82.35%-
XYZ40.2428.7943.48-
YUV149.54141.8171.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.17%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=42.17%
G=22.89%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011417400.460.170.18322.551.6163.53
HexD272AE02E11121423440
Octal322162256056212250264100
Binary11010010111001010101110010111010001100101010000101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272AE; }

 p { color: rgb(210,114,174); }

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

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

 a { background-color: rgb(210,114,174); }

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

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

 span { border-color: rgb(210,114,174); }

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