#D27AAC

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

Shades of Hopbush #D27AAC

Tints of Hopbush #D27AAC

Color information

#D27AAC (or 0xD27AAC) is unknown color: approx Hopbush. HEX triplet: D2, 7A and AC. RGB value is (210,122,172). Sum of RGB (Red+Green+Blue) = 210+122+172=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27AAC is #2D8553. Grayscale: #999999. Windows color (decimal): -2983252 or 11303634. OLE color: 11303634.

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

Color convert

RGB210122172-
CMYK00.420.180.18
HSL325.91º49.44%65.1%-
HSV(B)325.91º41.9%82.35%-
XYZ40.9830.642.78-
YUV154.01138.15167.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=41.67%
G=24.21%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012217200.420.180.18325.9149.4465.1
HexD27AAC02A12121463141
Octal322172254052222250661101
Binary11010010111101010101100010101010010100101010001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27AAC; }

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

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

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

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

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

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

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

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