#D27198

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

Shades of Hopbush #D27198

Tints of Hopbush #D27198

Color information

#D27198 (or 0xD27198) is unknown color: approx Hopbush. HEX triplet: D2, 71 and 98. RGB value is (210,113,152). Sum of RGB (Red+Green+Blue) = 210+113+152=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D27198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27198 is #2D8E67. Grayscale: #929292. Windows color (decimal): -2985576 or 9990610. OLE color: 9990610.

HSL color Cylindrical-coordinate representation of color #D27198: hue angle of 335.88º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27198 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210113152-
CMYK00.460.280.18
HSL335.88º51.87%63.33%-
HSV(B)335.88º46.19%82.35%-
XYZ38.1527.7833.06-
YUV146.45131.14173.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 152 (59.77% from 255) = 32%
R=44.21%
G=23.79%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011315200.460.280.18335.8851.8763.33
HexD2719802E1C12150343f
Octal32216123005634225206477
Binary1101001011100011001100001011101110010010101010000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27198; }

 p { color: rgb(210,113,152); }

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

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

 a { background-color: rgb(210,113,152); }

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

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

 span { border-color: rgb(210,113,152); }

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