#D2729F

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

Shades of Hopbush #D2729F

Tints of Hopbush #D2729F

Color information

#D2729F (or 0xD2729F) is unknown color: approx Hopbush. HEX triplet: D2, 72 and 9F. RGB value is (210,114,159). Sum of RGB (Red+Green+Blue) = 210+114+159=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2729F is #2D8D60. Grayscale: #939393. Windows color (decimal): -2985313 or 10449618. OLE color: 10449618.

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

Color convert

RGB210114159-
CMYK00.460.240.18
HSL331.88º51.61%63.53%-
HSV(B)331.88º45.71%82.35%-
XYZ38.8528.2436.2-
YUV147.83134.3172.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=43.48%
G=23.60%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011415900.460.240.18331.8851.6163.53
HexD2729F02E181214c3440
Octal322162237056302251464100
Binary11010010111001010011111010111011000100101010011001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2729F; }

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

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

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

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

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

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

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

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