#D27DAA

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

Shades of Hopbush #D27DAA

Tints of Hopbush #D27DAA

Color information

#D27DAA (or 0xD27DAA) is unknown color: approx Hopbush. HEX triplet: D2, 7D and AA. RGB value is (210,125,170). Sum of RGB (Red+Green+Blue) = 210+125+170=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DAA is #2D8255. Grayscale: #9B9B9B. Windows color (decimal): -2982486 or 11173330. OLE color: 11173330.

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

Color convert

RGB210125170-
CMYK00.400.190.18
HSL328.24º48.57%65.69%-
HSV(B)328.24º40.48%82.35%-
XYZ41.1731.2741.9-
YUV155.54136.16166.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.58%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=41.58%
G=24.75%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012517000.400.190.18328.2448.5765.69
HexD27DAA02813121483142
Octal322175252050232251061102
Binary11010010111110110101010010100010011100101010010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DAA; }

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

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

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

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

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

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

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

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