#D27BB1

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

Shades of Hopbush #D27BB1

Tints of Hopbush #D27BB1

Color information

#D27BB1 (or 0xD27BB1) is unknown color: approx Hopbush. HEX triplet: D2, 7B and B1. RGB value is (210,123,177). Sum of RGB (Red+Green+Blue) = 210+123+177=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27BB1 is #2D844E. Grayscale: #9B9B9B. Windows color (decimal): -2982991 or 11631570. OLE color: 11631570.

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

Color convert

RGB210123177-
CMYK00.410.160.18
HSL322.76º49.15%65.29%-
HSV(B)322.76º41.43%82.35%-
XYZ41.631.0445.39-
YUV155.17140.32167.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.18%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=41.18%
G=24.12%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012317700.410.160.18322.7649.1565.29
HexD27BB102910121433141
Octal322173261051202250361101
Binary11010010111101110110001010100110000100101010000111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27BB1; }

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

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

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

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

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

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

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

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