#D27A9F

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

Shades of Hopbush #D27A9F

Tints of Hopbush #D27A9F

Color information

#D27A9F (or 0xD27A9F) is unknown color: approx Hopbush. HEX triplet: D2, 7A and 9F. RGB value is (210,122,159). Sum of RGB (Red+Green+Blue) = 210+122+159=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A9F is #2D8560. Grayscale: #989898. Windows color (decimal): -2983265 or 10451666. OLE color: 10451666.

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

Color convert

RGB210122159-
CMYK00.420.240.18
HSL334.77º49.44%65.1%-
HSV(B)334.77º41.9%82.35%-
XYZ39.830.1236.52-
YUV152.53131.65168.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=42.77%
G=24.85%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012215900.420.240.18334.7749.4465.1
HexD27A9F02A181214f3141
Octal322172237052302251761101
Binary11010010111101010011111010101011000100101010011111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27A9F; }

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

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

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

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

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

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

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

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