#D272AC

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

Shades of Hopbush #D272AC

Tints of Hopbush #D272AC

Color information

#D272AC (or 0xD272AC) is unknown color: approx Hopbush. HEX triplet: D2, 72 and AC. RGB value is (210,114,172). Sum of RGB (Red+Green+Blue) = 210+114+172=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D272AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D272AC is #2D8D53. Grayscale: #959595. Windows color (decimal): -2985300 or 11301586. OLE color: 11301586.

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

Color convert

RGB210114172-
CMYK00.460.180.18
HSL323.75º51.61%63.53%-
HSV(B)323.75º45.71%82.35%-
XYZ40.0428.7142.46-
YUV149.32140.8171.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=42.34%
G=22.98%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011417200.460.180.18323.7551.6163.53
HexD272AC02E12121443440
Octal322162254056222250464100
Binary11010010111001010101100010111010010100101010001001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272AC; }

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

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

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

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

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

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

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

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