#D27AAA

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

Shades of Hopbush #D27AAA

Tints of Hopbush #D27AAA

Color information

#D27AAA (or 0xD27AAA) is unknown color: approx Hopbush. HEX triplet: D2, 7A and AA. RGB value is (210,122,170). Sum of RGB (Red+Green+Blue) = 210+122+170=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27AAA is #2D8555. Grayscale: #999999. Windows color (decimal): -2983254 or 11172562. OLE color: 11172562.

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

Color convert

RGB210122170-
CMYK00.420.190.18
HSL327.27º49.44%65.1%-
HSV(B)327.27º41.9%82.35%-
XYZ40.7930.5241.77-
YUV153.78137.15168.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.83%
GREEN value IS 122 (48.05% from 255) = 24.30%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=41.83%
G=24.30%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012217000.420.190.18327.2749.4465.1
HexD27AAA02A13121473141
Octal322172252052232250761101
Binary11010010111101010101010010101010011100101010001111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27AAA; }

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

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

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

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

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

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

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

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