#D27DA7

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

Shades of Hopbush #D27DA7

Tints of Hopbush #D27DA7

Color information

#D27DA7 (or 0xD27DA7) is unknown color: approx Hopbush. HEX triplet: D2, 7D and A7. RGB value is (210,125,167). Sum of RGB (Red+Green+Blue) = 210+125+167=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DA7 is #2D8258. Grayscale: #9B9B9B. Windows color (decimal): -2982489 or 10976722. OLE color: 10976722.

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

Color convert

RGB210125167-
CMYK00.400.200.18
HSL330.35º48.57%65.69%-
HSV(B)330.35º40.48%82.35%-
XYZ40.8931.1640.42-
YUV155.2134.66167.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.83%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 167 (65.62% from 255) = 33.27%
R=41.83%
G=24.90%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012516700.400.200.18330.3548.5765.69
HexD27DA7028141214a3142
Octal322175247050242251261102
Binary11010010111110110100111010100010100100101010010101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DA7; }

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

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

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

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

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

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

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

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