#D27BAA

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

Shades of Hopbush #D27BAA

Tints of Hopbush #D27BAA

Color information

#D27BAA (or 0xD27BAA) is unknown color: approx Hopbush. HEX triplet: D2, 7B and AA. RGB value is (210,123,170). Sum of RGB (Red+Green+Blue) = 210+123+170=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27BAA is #2D8455. Grayscale: #9A9A9A. Windows color (decimal): -2982998 or 11172818. OLE color: 11172818.

HSL color Cylindrical-coordinate representation of color #D27BAA: hue angle of 327.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27BAA is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210123170-
CMYK00.410.190.18
HSL327.59º49.15%65.29%-
HSV(B)327.59º41.43%82.35%-
XYZ40.9230.7741.81-
YUV154.37136.82167.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=41.75%
G=24.45%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012317000.410.190.18327.5949.1565.29
HexD27BAA02913121483141
Octal322173252051232251061101
Binary11010010111101110101010010100110011100101010010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27BAA; }

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

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

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

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

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

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

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

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