#D2649D

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

Shades of Hopbush #D2649D

Tints of Hopbush #D2649D

Color information

#D2649D (or 0xD2649D) is unknown color: approx Hopbush. HEX triplet: D2, 64 and 9D. RGB value is (210,100,157). Sum of RGB (Red+Green+Blue) = 210+100+157=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2649D is #2D9B62. Grayscale: #8B8B8B. Windows color (decimal): -2988899 or 10314962. OLE color: 10314962.

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

Color convert

RGB210100157-
CMYK00.520.250.18
HSL328.91º55%60.78%-
HSV(B)328.91º52.38%82.35%-
XYZ37.2225.2534.81-
YUV139.39137.94178.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.97%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=44.97%
G=21.41%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010015700.520.250.18328.915560.78
HexD2649D0341912149373d
Octal32214423506431225116775
Binary1101001011001001001110101101001100110010101001001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2649D; }

 p { color: rgb(210,100,157); }

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

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

 a { background-color: rgb(210,100,157); }

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

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

 span { border-color: rgb(210,100,157); }

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